aboutsummaryrefslogtreecommitdiff
path: root/mail/mahogany/files/patch-src-gui-wxMApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mahogany/files/patch-src-gui-wxMApp.cpp')
-rw-r--r--mail/mahogany/files/patch-src-gui-wxMApp.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mahogany/files/patch-src-gui-wxMApp.cpp b/mail/mahogany/files/patch-src-gui-wxMApp.cpp
deleted file mode 100644
index 369a961917f0..000000000000
--- a/mail/mahogany/files/patch-src-gui-wxMApp.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gui/wxMApp.cpp.orig Tue Aug 5 01:04:21 2003
-+++ src/gui/wxMApp.cpp Sun Oct 5 03:06:51 2003
-@@ -911,7 +911,7 @@
- // now load the message catalogs
- #ifdef OS_UNIX
- String localePath;
-- localePath << M_BASEDIR << "/locale";
-+ localePath << M_PREFIX << "/share/locale";
- #elif defined(OS_WIN)
- // the program directory is not initialized yet so we can't do much
- // more than looking in the current directory...