fixed suppressing of wxFontMapper questions which was broken by GUI/base separation changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -141,6 +141,13 @@ protected:
|
||||
wxString m_configRootPath;
|
||||
#endif // wxUSE_CONFIG
|
||||
|
||||
// the real implementation of the base class version of CharsetToEncoding()
|
||||
//
|
||||
// returns wxFONTENCODING_UNKNOWN if encoding is unknown and we shouldn't
|
||||
// ask the user about it, wxFONTENCODING_SYSTEM if it is unknown but we
|
||||
// should/could ask the user
|
||||
int NonInteractiveCharsetToEncoding(const wxString& charset);
|
||||
|
||||
private:
|
||||
// the global fontmapper object or NULL
|
||||
static wxFontMapper *sm_instance;
|
||||
|
Reference in New Issue
Block a user