r15029 - gnucash/branches/2.0 - Actually get it to work properly. Test first, silly!

Derek Atkins warlord at cvs.gnucash.org
Mon Oct 16 23:04:55 EDT 2006


Author: warlord
Date: 2006-10-16 23:04:54 -0400 (Mon, 16 Oct 2006)
New Revision: 15029
Trac: http://svn.gnucash.org/trac/changeset/15029

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/src/bin/gnucash-bin.c
Log:
Actually get it to work properly.  Test first, silly!



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13497
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:697
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13501
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/src/bin/gnucash-bin.c
===================================================================
--- gnucash/branches/2.0/src/bin/gnucash-bin.c	2006-10-17 02:32:51 UTC (rev 15028)
+++ gnucash/branches/2.0/src/bin/gnucash-bin.c	2006-10-17 03:04:54 UTC (rev 15029)
@@ -73,7 +73,7 @@
 	    _("This is a development version. It may or may not work.\n"),
 	    _("Report bugs and other problems to gnucash-devel at gnucash.org.\n"),
 	    _("You can also lookup and file bug reports at http://bugzilla.gnome.org\n"),
-	    _("The last stable version was "), "GnuCash ", PACKAGE_VERSION,
+	    _("The last stable version was "), "GnuCash " PACKAGE_VERSION,
 	    _("The next stable version will be "), "GnuCash 2.2");
 }
 



More information about the gnucash-changes mailing list