mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[CHARMAP][IMAGESOFT]
Be sure to enumerate *all* the fonts. svn path=/trunk/; revision=62726
This commit is contained in:
parent
4bd491de80
commit
ebfb6c79a7
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ EnumFontNames(ENUMLOGFONTEXW *lpelfe,
|
||||||
|
|
||||||
/* make sure font doesn't already exist in our list */
|
/* make sure font doesn't already exist in our list */
|
||||||
if(SendMessageW(hwndCombo,
|
if(SendMessageW(hwndCombo,
|
||||||
CB_FINDSTRING,
|
CB_FINDSTRINGEXACT,
|
||||||
0,
|
0,
|
||||||
(LPARAM)pszName) == CB_ERR)
|
(LPARAM)pszName) == CB_ERR)
|
||||||
{
|
{
|
||||||
|
|
|
@ -50,7 +50,7 @@ EnumFontNames(ENUMLOGFONTEX *lpelfe,
|
||||||
|
|
||||||
/* make sure font doesn't already exist in our list */
|
/* make sure font doesn't already exist in our list */
|
||||||
if(SendMessage(hwndCombo,
|
if(SendMessage(hwndCombo,
|
||||||
CB_FINDSTRING,
|
CB_FINDSTRINGEXACT,
|
||||||
0,
|
0,
|
||||||
(LPARAM)pszName) == CB_ERR)
|
(LPARAM)pszName) == CB_ERR)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue