]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/font.h
Added missing costructor
[wxWidgets.git] / include / wx / font.h
index ff010a2443be9ef626fc0708372d40fee8efce53..5ae71a8007ded9439226addc60dbf47d74ecd2f8 100644 (file)
@@ -97,7 +97,7 @@ enum wxFontEncoding
     wxFONTENCODING_CP850,           // CP437 merged with Latin1
     wxFONTENCODING_CP852,           // CP437 merged with Latin2
     wxFONTENCODING_CP855,           // another cyrillic encoding
-    wxFONTENCODING_CP866 = wxFONTENCODING_ALTERNATIVE,
+    wxFONTENCODING_CP866,           // and another one
         // and for Windows
     wxFONTENCODING_CP1250,          // WinLatin2
     wxFONTENCODING_CP1251,          // WinCyrillic
@@ -195,7 +195,6 @@ private:
 // macros
 // ----------------------------------------------------------------------------
 
-// VZ: this is ugly (FIXME)
 #define M_FONTDATA GetFontData()
 
 #endif