]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Use wxGetTranslation() instead of _() in the public headers.
[wxWidgets.git] / include / wx / app.h
index 7d180bd248d72f8c01d4c54b7a6c93126c1777bd..60e02b35cc4d0c86eb4651f710c22820d12e9e5c 100644 (file)
@@ -658,10 +658,9 @@ public:
     virtual void SetActive(bool isActive, wxWindow *lastFocus);
 
 #if WXWIN_COMPATIBILITY_2_6
-    // OBSOLETE: don't use, always returns true
-    //
     // returns true if the program is successfully initialized
-    wxDEPRECATED( bool Initialized() );
+    wxDEPRECATED_MSG("always returns true now, don't call")
+    bool Initialized();
 #endif // WXWIN_COMPATIBILITY_2_6
 
 protected: