[CHARMAP][IMAGESOFT]
[reactos.git] / reactos / base / applications / charmap / charmap.c
index ed00aa1..f3d7829 100644 (file)
@@ -36,7 +36,7 @@ EnumFontNames(ENUMLOGFONTEXW *lpelfe,
 
     /* make sure font doesn't already exist in our list */
     if(SendMessageW(hwndCombo,
-                    CB_FINDSTRING,
+                    CB_FINDSTRINGEXACT,
                     0,
                     (LPARAM)pszName) == CB_ERR)
     {