From: Kern Sibbald Date: Fri, 19 Aug 2005 15:46:54 +0000 (+0000) Subject: Another Win32 tweak X-Git-Tag: Release-1.38.0~162 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8fa6e78254d87036fe5ba7f4a2560a2afac0ae2c;p=bacula%2Fbacula Another Win32 tweak git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2342 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/wx-console/console_thread.cpp b/bacula/src/wx-console/console_thread.cpp index 76e075fedd..80ab64e4dd 100644 --- a/bacula/src/wx-console/console_thread.cpp +++ b/bacula/src/wx-console/console_thread.cpp @@ -263,7 +263,9 @@ void* console_thread::Entry() { wxLocale m_locale; m_locale.Init(); m_locale.AddCatalog(wxT("bacula")); +#ifndef HAVE_WIN32 wxLocale::AddCatalogLookupPathPrefix(wxT(LOCALEDIR)); +#endif DIRRES* dir; if (!inited) {