[Gnucash-changes] Patch from Chris Shoemaker to prevents gettext from finding

David Hampton hampton at cvs.gnucash.org
Thu Oct 13 10:46:30 EDT 2005


Log Message:
-----------
Patch from Chris Shoemaker to prevents gettext from finding
unintentional strings in an undeclared comment block.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/business/business-core:
        gncBusPeriod.c

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.328
retrieving revision 1.1487.2.329
diff -LChangeLog -LChangeLog -u -r1.1487.2.328 -r1.1487.2.329
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2005-10-13  David Hampton  <hampton at employees.org>
+
+	* src/business/business-core/gncBusPeriod.c: Patch from Chris
+	Shoemaker to prevents gettext from finding unintentional strings
+	in an undeclared comment block.
+
 2005-10-13  Neil Williams <linux at codehelp.co.uk>
 
 	* GNOME2_STATUS: Remove qof_begin_edit note (fixed)
Index: gncBusPeriod.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/business/business-core/gncBusPeriod.c,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -Lsrc/business/business-core/gncBusPeriod.c -Lsrc/business/business-core/gncBusPeriod.c -u -r1.8 -r1.8.2.1
--- src/business/business-core/gncBusPeriod.c
+++ src/business/business-core/gncBusPeriod.c
@@ -1,5 +1,5 @@
 
-
+/*
 XXX TODO:
 -- contemplate a per-colection (per type) edit/commmit-edit, 
    clone, dirty, etc. functions some more ...
@@ -38,7 +38,7 @@
    ditto jobs in the customer list ??
 
 -- closed orders can be removed from new book ?
-
+*/
 
 
 


More information about the gnucash-changes mailing list