diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-22 12:27:18 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-22 12:27:18 +0800 |
commit | 87cb795e592afdd8ec186893abfb797a0c167fe2 (patch) | |
tree | 80d588ffc0c1ce65001fa90cc0791cbf2b35762c /www/galeon/files/patch-src_galeon-main.c | |
parent | 79a8e3a558c5bf71c62415ec51805d96be5519fd (diff) | |
download | marcuscom-ports-87cb795e592afdd8ec186893abfb797a0c167fe2.tar marcuscom-ports-87cb795e592afdd8ec186893abfb797a0c167fe2.tar.gz marcuscom-ports-87cb795e592afdd8ec186893abfb797a0c167fe2.tar.bz2 marcuscom-ports-87cb795e592afdd8ec186893abfb797a0c167fe2.tar.lz marcuscom-ports-87cb795e592afdd8ec186893abfb797a0c167fe2.tar.xz marcuscom-ports-87cb795e592afdd8ec186893abfb797a0c167fe2.tar.zst marcuscom-ports-87cb795e592afdd8ec186893abfb797a0c167fe2.zip |
- Add galeon with default gecko as firefox.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4286 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 |