diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 11:23:11 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 11:23:11 +0800 |
commit | f188050b70ce905e367886be9cf4827a021534b9 (patch) | |
tree | f865ed8fcdb5d3e7e4ebe4557618b3fed7fcee53 /www/galeon/files/patch-src_galeon-main.c | |
parent | 2fb5b1925e09436afe28037516cbf04c70e6a1da (diff) | |
download | marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.gz marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.bz2 marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.lz marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.xz marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.tar.zst marcuscom-ports-f188050b70ce905e367886be9cf4827a021534b9.zip |
- Clean out www
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5045 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, 0 insertions, 11 deletions
diff --git a/www/galeon/files/patch-src_galeon-main.c b/www/galeon/files/patch-src_galeon-main.c deleted file mode 100644 index 777907e0e..000000000 --- a/www/galeon/files/patch-src_galeon-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |