r19478 - gnucash/trunk/src/bin - Some more uses of PACKAGE_NAME instead of "GnuCash"

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 26 16:37:34 EDT 2010


Author: gjanssens
Date: 2010-08-26 16:37:33 -0400 (Thu, 26 Aug 2010)
New Revision: 19478
Trac: http://svn.gnucash.org/trac/changeset/19478

Modified:
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Some more uses of PACKAGE_NAME instead of "GnuCash"

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2010-08-26 20:13:48 UTC (rev 19477)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2010-08-26 20:37:33 UTC (rev 19478)
@@ -83,12 +83,12 @@
 {
     if (!is_development_version) return;
 
-    g_print("\n\n%s%s%s%s%s\n%s%s\n\n",
+    g_print("\n\n%s%s%s%s%s%s\n%s%s%s\n\n",
             _("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 2.2.9",
-            _("The next stable version will be "), "GnuCash 2.4");
+            _("The last stable version was "), PACKAGE_NAME, " 2.2.9",
+            _("The next stable version will be "), PACKAGE_NAME, " 2.4");
 }
 
 /* Priority of paths: The default is set at build time.  It may be



More information about the gnucash-changes mailing list