From 0a74c4370672e60e7a9ab083e505ee6da3aa8cb5 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 26 Aug 2003 09:18:26 +0000 Subject: [PATCH] due to reports in the mailing list i fixed this file svn path=/trunk/; revision=5866 --- reactos/lib/user32/user32.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/user32/user32.rc b/reactos/lib/user32/user32.rc index c603b064c82..dcd2d6008d7 100644 --- a/reactos/lib/user32/user32.rc +++ b/reactos/lib/user32/user32.rc @@ -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