mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
56375a50f5
Approved by: marcus
12 lines
404 B
C
12 lines
404 B
C
--- 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);
|
|
textdomain(GETTEXT_PACKAGE);
|
|
#endif
|
|
/* set the application name manually until gnome handles the
|