From e058cf0352dc0d634b614ea4af3b358df48664ec Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 21 Mar 2012 20:19:28 +0000 Subject: [PATCH] Fix typo in r22026 (uh oh, broken all the way since then!) git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22106 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/assistant-hierarchy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome/assistant-hierarchy.c b/src/gnome/assistant-hierarchy.c index 60536b6308..f76e18b17d 100644 --- a/src/gnome/assistant-hierarchy.c +++ b/src/gnome/assistant-hierarchy.c @@ -193,7 +193,7 @@ gnc_get_ea_locale_dir(const char *top_dir) 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