mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
do not hard code to Bitstream Vera Sans use MS Shell Dlg instead
svn path=/trunk/; revision=23615
This commit is contained in:
parent
35b13e8bb0
commit
4e7aa7365f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
|
||||||
SELWINDOW DIALOG DISCARDABLE 20, 20, 220, 140
|
SELWINDOW DIALOG DISCARDABLE 20, 20, 220, 140
|
||||||
STYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
|
STYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
|
||||||
WS_SYSMENU
|
WS_SYSMENU
|
||||||
FONT 8, "Bitstream Vera Sans"
|
FONT 8, "MS Shell Dlg"
|
||||||
CAPTION "Âèá³ð â³êíà"
|
CAPTION "Âèá³ð â³êíà"
|
||||||
BEGIN
|
BEGIN
|
||||||
LISTBOX 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
|
LISTBOX 100, 5, 5, 210, 110, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue