From cd4bc4692fca3c95c75646435233c12e6391bf3d Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Sun, 9 Sep 2007 22:18:54 +0000 Subject: [PATCH] i18n work (ongoing). --- src/xmlcopyeditor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 22917bb..b83a1fa 100755 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -253,7 +253,8 @@ MyApp::MyApp() : checker ( NULL ), server ( NULL ), connection ( NULL ), wxLocale::AddCatalogLookupPathPrefix ( poDir ); #endif - myLocale.AddCatalog ( _T ( "messages" ) ); + if ( !myLocale.AddCatalog ( _T ( "messages" ) ) ) + ; #ifdef __LINUX__ {