]> git.sur5r.net Git - bacula/bacula/commitdiff
Another Win32 tweak
authorKern Sibbald <kern@sibbald.com>
Fri, 19 Aug 2005 15:46:54 +0000 (15:46 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 19 Aug 2005 15:46:54 +0000 (15:46 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2342 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/wx-console/console_thread.cpp

index 76e075fedd98031aab761c54170830646de81f0f..80ab64e4dd77cbd4b690728fbcc7e62ca0d88991 100644 (file)
@@ -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) {