[CHARMAP][IMAGESOFT]

Be sure to enumerate *all* the fonts.

svn path=/trunk/; revision=62726
This commit is contained in:
Hermès Bélusca-Maïto 2014-04-12 23:12:46 +00:00
parent 4bd491de80
commit ebfb6c79a7
2 changed files with 2 additions and 2 deletions

View 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)
{

View file

@ -50,7 +50,7 @@ EnumFontNames(ENUMLOGFONTEX *lpelfe,
/* make sure font doesn't already exist in our list */
if(SendMessage(hwndCombo,
CB_FINDSTRING,
CB_FINDSTRINGEXACT,
0,
(LPARAM)pszName) == CB_ERR)
{