g_i18n_init(); -> g_i18n_init ();

2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>

        * gtk/gtkmain.c: g_i18n_init(); -> g_i18n_init ();


svn path=/trunk/; revision=20095
This commit is contained in:
Yair Hershkovitz 2008-05-12 07:59:00 +00:00 committed by Yair Hershkovitz
parent 40ae6fc8d2
commit 986cbebc53
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-12 Yair Hershkovitz <yairhr@gmail.com>
* gtk/gtkmain.c: g_i18n_init(); -> g_i18n_init ();
2008-05-12 Tor Lillqvist <tml@novell.com>
Bug 532059 - Leak in win32 clipboard manipulation

View File

@ -642,7 +642,7 @@ gettext_initialization (void)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
bind_textdomain_codeset (GETTEXT_PACKAGE "-properties", "UTF-8");
# endif
g_i18n_init();
g_i18n_init ();
#endif
}