virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;
#ifdef __WXGTK__
+ virtual void SetLocale();
virtual wxString GetDesktopEnvironment() const;
-#ifdef __WXDEBUG__
- virtual bool ShowAssertDialog(const wxString& msg);
#endif
+
+#if defined(__WXDEBUG__) && defined(__WXGTK20__)
+ virtual bool ShowAssertDialog(const wxString& msg);
#endif
};