r22833 - gnucash/trunk/src/report/standard-reports - Prevent line break in date column on hyphen.

Mike Evans mikee at code.gnucash.org
Sun Mar 24 10:03:33 EDT 2013


Author: mikee
Date: 2013-03-24 10:03:32 -0400 (Sun, 24 Mar 2013)
New Revision: 22833
Trac: http://svn.gnucash.org/trac/changeset/22833

Modified:
   gnucash/trunk/src/report/standard-reports/register.scm
Log:
Prevent line break in date column on hyphen.

Modified: gnucash/trunk/src/report/standard-reports/register.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/register.scm	2013-03-24 00:03:54 UTC (rev 22832)
+++ gnucash/trunk/src/report/standard-reports/register.scm	2013-03-24 14:03:32 UTC (rev 22833)
@@ -182,7 +182,7 @@
         (addto! row-contents
                 (if transaction-info?
                     (gnc:make-html-table-cell/markup
-					    "text-cell"
+					    "date-cell"
                         (gnc-print-date
                              (gnc-transaction-get-date-posted parent)))
                         " ")))



More information about the gnucash-changes mailing list