1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/mail/mahogany/files/patch-src-gui-wxMApp.cpp
Joe Marcus Clarke 3a40c895e8 Update to 0.65.
* python interpreter works only with python 2.1 and older,
  and is no longer maintained by the authors, so i disabled it
  and changed CATEGORIES and COMMENT accordingly
* removed latex dependency and not installing Manual
  it's weird to have to install whole latex just to build
  documentation to mail client. built docs in html are available
  on mahogany website.

PR:		57589
Submitted by:	Pav Lucistnik <pav@oook.cz>
Approved by:	maintainer
2003-11-02 23:43:43 +00:00

12 lines
488 B
C++

--- 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...