fixed stupid bug which prevented automatic encoding conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
71292fab8d
commit
673ad11240
@ -68,8 +68,6 @@ bool wxNativeEncodingInfo::FromString(const wxString& s)
|
||||
encoding = (wxFontEncoding)enc;
|
||||
|
||||
facename = tokenizer.GetNextToken();
|
||||
if ( !facename )
|
||||
return FALSE;
|
||||
|
||||
wxString tmp = tokenizer.GetNextToken();
|
||||
if ( !tmp )
|
||||
|
Loading…
Reference in New Issue
Block a user