]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/gdicmn.cpp
combobox buglet when inserting item
[wxWidgets.git] / src / common / gdicmn.cpp
index 154c2c700873a3e28fadf92e258cb327f9109a9e..fa54d946b12852df015672e0e8df493aa30f1caf 100644 (file)
@@ -601,7 +601,7 @@ wxFont *wxFontList::
           //          each_font->GetFontId () == FamilyOrFontId) /* New font system */
           //#else
           each_font->GetFamily () == FamilyOrFontId &&
-          ((each_font->GetFaceName() == "") || each_font->GetFaceName() == Face))
+          ((each_font->GetFaceName() == _T("")) || each_font->GetFaceName() == Face))
         //#endif
         return each_font;
     }