mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
due to reports in the mailing list i fixed this file
svn path=/trunk/; revision=5866
This commit is contained in:
parent
692a8afd47
commit
0a74c43706
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ STYLE DS_SYSMODAL | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION |
|
|||
FONT 8, "MS Sans Serif"
|
||||
CAPTION "Select Window"
|
||||
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
|
||||
PUSHBUTTON "&OK", 1, 60, 120, 40, 15, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "&Cancel", 2, 120, 120, 40, 15, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue