diff options
Diffstat (limited to 'www/galeon2/files/patch-src_galeon-main.c')
-rw-r--r-- | www/galeon2/files/patch-src_galeon-main.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/galeon2/files/patch-src_galeon-main.c b/www/galeon2/files/patch-src_galeon-main.c index bbcc13951e81..777907e0e2c6 100644 --- a/www/galeon2/files/patch-src_galeon-main.c +++ b/www/galeon2/files/patch-src_galeon-main.c @@ -1,11 +1,11 @@ ---- src/galeon-main.c.orig Sun Aug 17 14:59:02 2003 -+++ src/galeon-main.c Sun Aug 17 15:00:25 2003 -@@ -126,7 +126,7 @@ - +--- src/galeon-main.c.orig Thu Sep 11 01:11:30 2003 ++++ src/galeon-main.c Thu Sep 11 01:12:31 2003 +@@ -130,7 +130,7 @@ #ifdef ENABLE_NLS /* Initialize the i18n stuff */ + setlocale(LC_ALL, ""); - bindtextdomain(GETTEXT_PACKAGE, DATADIR "/locale"); + bindtextdomain(GETTEXT_PACKAGE, GNOMELOCALEDIR); - bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8"); textdomain(GETTEXT_PACKAGE); #endif + /* set the application name manually until gnome handles the |