i18n work (ongoing).
This commit is contained in:
parent
0883577fc7
commit
cd4bc4692f
|
@ -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__
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue