We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd491d commit ebfb6c7Copy full SHA for ebfb6c7
reactos/base/applications/charmap/charmap.c
@@ -36,7 +36,7 @@ EnumFontNames(ENUMLOGFONTEXW *lpelfe,
36
37
/* make sure font doesn't already exist in our list */
38
if(SendMessageW(hwndCombo,
39
- CB_FINDSTRING,
+ CB_FINDSTRINGEXACT,
40
0,
41
(LPARAM)pszName) == CB_ERR)
42
{
rosapps/applications/imagesoft/font.c
@@ -50,7 +50,7 @@ EnumFontNames(ENUMLOGFONTEX *lpelfe,
50
51
52
if(SendMessage(hwndCombo,
53
54
55
56
0 commit comments