wxAppTraits::SetLocale() is wxUSE_INTL=1 only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cb2f2135b0
commit
c8b1fdc0b5
@ -47,11 +47,14 @@ public:
|
|||||||
virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;
|
virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;
|
||||||
|
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
|
|
||||||
|
#if wxUSE_INTL
|
||||||
virtual void SetLocale();
|
virtual void SetLocale();
|
||||||
|
#endif
|
||||||
virtual wxString GetDesktopEnvironment() const;
|
virtual wxString GetDesktopEnvironment() const;
|
||||||
virtual wxString GetStandardCmdLineOptions(wxArrayString& names,
|
virtual wxString GetStandardCmdLineOptions(wxArrayString& names,
|
||||||
wxArrayString& desc) const;
|
wxArrayString& desc) const;
|
||||||
#endif
|
#endif // __WXGTK__
|
||||||
|
|
||||||
#if defined(__WXDEBUG__) && defined(__WXGTK20__)
|
#if defined(__WXDEBUG__) && defined(__WXGTK20__)
|
||||||
virtual bool ShowAssertDialog(const wxString& msg);
|
virtual bool ShowAssertDialog(const wxString& msg);
|
||||||
|
Loading…
Reference in New Issue
Block a user