Fix ordering of fonts

This commit is contained in:
SuuperW 2018-07-08 11:28:29 -05:00
parent 5496c8e024
commit b95f58826e
2 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ namespace agg
extern const int8u gse4x8[];
extern const int8u gse5x7[];
extern const int8u gse5x9[];
extern const int8u gse6x12[];
extern const int8u gse6x9[];
extern const int8u gse6x12[];
extern const int8u gse7x11[];
extern const int8u gse7x11_bold[];
extern const int8u gse7x15[];

View File

@ -1398,7 +1398,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,50,45,50,14
PUSHBUTTON "Cancel",IDCANCEL,104,45,50,14
COMBOBOX IDC_FONTCOMBO,7,23,147,199,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_FONTCOMBO,7,23,147,199,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Select a HUD font",IDC_START,7,7,74,14
END