From 673ad11240bf326b7f74e2835ddaf7dc41a0813c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Dec 2001 01:51:42 +0000 Subject: [PATCH] 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 --- src/msw/fontutil.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/msw/fontutil.cpp b/src/msw/fontutil.cpp index db57d5519d..5fdf917e37 100644 --- a/src/msw/fontutil.cpp +++ b/src/msw/fontutil.cpp @@ -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 )