i18n work (ongoing).

This commit is contained in:
Gerald Schmidt 2007-09-09 22:18:54 +00:00
parent 0883577fc7
commit cd4bc4692f
1 changed files with 2 additions and 1 deletions

View File

@ -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__
{