lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6352] Remove a needless attribute; fix the 20151011T1607Z


From: Greg Chicares
Subject: [lmi-commits] [6352] Remove a needless attribute; fix the 20151011T1607Z commit message
Date: Sun, 11 Oct 2015 22:19:25 +0000

Revision: 6352
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6352
Author:   chicares
Date:     2015-10-11 22:19:24 +0000 (Sun, 11 Oct 2015)
Log Message:
-----------
Remove a needless attribute; fix the 20151011T1607Z commit message

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/group_quote_pdf_gen_wx.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-10-11 16:33:43 UTC (rev 6351)
+++ lmi/trunk/ChangeLog 2015-10-11 22:19:24 UTC (rev 6352)
@@ -37183,7 +37183,7 @@
 20151011T1607Z <address@hidden> [472]
 
   group_quote_pdf_gen_wx.cpp
-In boxed summary, wrap only name, not value (VZ).
+In boxed summary, wrap only value, not name (VZ).
 
 20151011T1608Z <address@hidden> [472]
 
@@ -37200,3 +37200,8 @@
   group_quote_pdf_gen_wx.cpp
 Scale logo (VZ).
 
+20151011T2219Z <address@hidden> [472]
+
+  group_quote_pdf_gen_wx.cpp
+Remove a needless attribute; fix the 20151011T1607Z commit message.
+

Modified: lmi/trunk/group_quote_pdf_gen_wx.cpp
===================================================================
--- lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-11 16:33:43 UTC (rev 
6351)
+++ lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-11 22:19:24 UTC (rev 
6352)
@@ -105,7 +105,7 @@
     )
 {
     html_table += wxString::Format
-        ("<td nowrap=\"1\" align=\"right\"><b>%s%s&nbsp;&nbsp;</b></td>"
+        ("<td nowrap align=\"right\"><b>%s%s&nbsp;&nbsp;</b></td>"
          "<td>%s&nbsp;&nbsp;&nbsp;&nbsp;</td>"
         ,escape_for_html_elem(name)
         ,(value.empty() ? "" : ":")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]