diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 11:39:06 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-24 11:39:06 +0800 |
commit | bbd48812a11d376af0c9822c3bbc6bac23460d97 (patch) | |
tree | 8cde5bc973a14fbe01bf387e7ccaca9b33c5b081 /www/galeon/files/patch-src_galeon-main.c | |
parent | d715df454b1d71bd413a578ffe970b534c706776 (diff) | |
download | marcuscom-ports-bbd48812a11d376af0c9822c3bbc6bac23460d97.tar marcuscom-ports-bbd48812a11d376af0c9822c3bbc6bac23460d97.tar.gz marcuscom-ports-bbd48812a11d376af0c9822c3bbc6bac23460d97.tar.bz2 marcuscom-ports-bbd48812a11d376af0c9822c3bbc6bac23460d97.tar.lz marcuscom-ports-bbd48812a11d376af0c9822c3bbc6bac23460d97.tar.xz marcuscom-ports-bbd48812a11d376af0c9822c3bbc6bac23460d97.tar.zst marcuscom-ports-bbd48812a11d376af0c9822c3bbc6bac23460d97.zip |
- Add galeon only support for lonely mozilla
- Add support for lib/browser[_linux]_plugins with out using the
galeon script
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5206 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/galeon/files/patch-src_galeon-main.c')
-rw-r--r-- | www/galeon/files/patch-src_galeon-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/galeon/files/patch-src_galeon-main.c b/www/galeon/files/patch-src_galeon-main.c new file mode 100644 index 000000000..777907e0e --- /dev/null +++ b/www/galeon/files/patch-src_galeon-main.c @@ -0,0 +1,11 @@ +--- 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 |