DP:
1. _() calls added where needed. 2. const added in params in postscrp.[h,cpp] in order to compile with _(). 3. Some .cvsignore added. (I did not found any .cvsignore in repository, it is rather hard to compile something without them...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -322,7 +322,7 @@ int wxEntry( int argc, char *argv[] )
|
||||
{
|
||||
if (!wxApp::GetInitializerFunction())
|
||||
{
|
||||
printf( "wxWindows error: No initializer - use IMPLEMENT_APP macro.\n" );
|
||||
printf( _("wxWindows error: No initializer - use IMPLEMENT_APP macro.\n") );
|
||||
return 0;
|
||||
};
|
||||
|
||||
@@ -335,7 +335,7 @@ int wxEntry( int argc, char *argv[] )
|
||||
|
||||
if (!wxTheApp)
|
||||
{
|
||||
printf( "wxWindows error: wxTheApp == NULL\n" );
|
||||
printf( _("wxWindows error: wxTheApp == NULL\n") );
|
||||
return 0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user