]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/font.cpp
Typo fix
[wxWidgets.git] / src / os2 / font.cpp
index c1839db1ca66c6da98c592b64c6cf92373e28954..d35787fca95f920ab59ce7ede7bfc63cd9f2c990 100644 (file)
@@ -701,8 +701,7 @@ void wxNativeFontInfo::SetEncoding(
                                   ,&vInfo
                                  ))
     {
-#if wxUSE_FONTMAP
-        if (wxTheFontMapper->GetAltForEncoding( eEncoding
+        if (wxFontMapper::Get()->GetAltForEncoding( eEncoding
                                                ,&vInfo
                                               ))
         {
@@ -717,7 +716,6 @@ void wxNativeFontInfo::SetEncoding(
             }
         }
         else
-#endif // wxUSE_FONTMAP
         {
             // unsupported encoding, replace with the default
             vInfo.charset = 850;