]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
_really_ fixed translation messages
[wxWidgets.git] / src / common / fontcmn.cpp
index df7590c8061c919f29136aa07f2fee4f86bb5b25..467b7476586b351c4729a9c2d0a91f7c08c9014d 100644 (file)
@@ -323,8 +323,11 @@ bool wxNativeFontInfo::FromString(const wxString& s)
     underlined = l != 0;
 
     faceName = tokenizer.GetNextToken();
+
+#ifndef __WXMAC__
     if( !faceName )
         return FALSE;
+#endif
 
     token = tokenizer.GetNextToken();
     if ( !token.ToLong(&l) )