r22106 - gnucash/trunk/src/gnome - Fix typo in r22026 (uh oh, broken all the way since then!)
Christian Stimming
cstim at code.gnucash.org
Wed Mar 21 16:19:28 EDT 2012
Author: cstim
Date: 2012-03-21 16:19:28 -0400 (Wed, 21 Mar 2012)
New Revision: 22106
Trac: http://svn.gnucash.org/trac/changeset/22106
Modified:
gnucash/trunk/src/gnome/assistant-hierarchy.c
Log:
Fix typo in r22026 (uh oh, broken all the way since then!)
Modified: gnucash/trunk/src/gnome/assistant-hierarchy.c
===================================================================
--- gnucash/trunk/src/gnome/assistant-hierarchy.c 2012-03-21 20:15:17 UTC (rev 22105)
+++ gnucash/trunk/src/gnome/assistant-hierarchy.c 2012-03-21 20:19:28 UTC (rev 22106)
@@ -193,7 +193,7 @@
locale = g_win32_getlocale();
if (!locale)
{
- PWARN ("Couldn't retrieve locale. Falling back to default one.")
+ PWARN ("Couldn't retrieve locale. Falling back to default one.");
locale = g_strdup ("C");
}
# else
More information about the gnucash-changes
mailing list