]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
Added PushEventHandler, Pop...
[wxWidgets.git] / src / gtk / app.cpp
index 74f5e13cee263111b888469878bfa215d4229691..7076f02898c074469b4f8e1ff3207d96b6ca8ea5 100644 (file)
@@ -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;
   };