commdlg: Add font sizes 6 and 7 to font select dialog.

Vitaliy Margolen wine-patch at kievinfo.com
Sun Feb 5 10:56:00 CST 2006


ChangeLog:
commdlg: Add font sizes 6 and 7 to font select dialog.

 dlls/commdlg/fontdlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
263ff5eeb24bd4320b174412b94918dcc2695f66
diff --git a/dlls/commdlg/fontdlg.c b/dlls/commdlg/fontdlg.c
index b6ad99c..b85bcae 100644
--- a/dlls/commdlg/fontdlg.c
+++ b/dlls/commdlg/fontdlg.c
@@ -428,7 +428,7 @@ static int AddFontSizeToCombo3(HWND hwnd
  */
 static int SetFontSizesToCombo3(HWND hwnd, LPCHOOSEFONTW lpcf)
 {
-    static const BYTE sizes[]={8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72};
+    static const BYTE sizes[]={6,7,8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72};
     int i;
 
     for (i = 0; i < sizeof(sizes)/sizeof(sizes[0]); i++)


More information about the wine-patches mailing list