From 556741fa8c73a6378f8cdf315b130b2128a1d39a Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 26 Jan 2005 06:00:41 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5211 --- checkin_notes | 7 +++++++ clientgui/BOINCGUIApp.cpp | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/checkin_notes b/checkin_notes index afb62f6b2c..3c4baca622 100755 --- a/checkin_notes +++ b/checkin_notes @@ -23253,3 +23253,10 @@ David 25 Jan 2005 gui_rpc_client.C,h html/project.sample/ project.inc + +Rom 25 Jan 2005 + - Allow BOINC Manager to search for it's localization catalog files in + a sub directory called 'locale' like it does in Windows. + + clientgui/ + BOINCGUIApp.cpp diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 3655600e88..aa8ffca76c 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -72,12 +72,9 @@ bool CBOINCGUIApp::OnInit() m_pLocale = new wxLocale(); wxASSERT(NULL != m_pLocale); + // Locale information is stored relative to the executable, m_pLocale->Init(); -#ifdef __WXMSW__ - // In Windows local information is stored relative to the executable, - // in the Unix world it may be different. m_pLocale->AddCatalogLookupPathPrefix(wxT("locale")); -#endif m_pLocale->AddCatalog(GetAppName()); // Initialize the configuration storage module