aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/resources/dialog.rc')
-rw-r--r--xorg-server/hw/xwin/xlaunch/resources/dialog.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
index 3435329b2..9827f9112 100644
--- a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
+++ b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
@@ -144,8 +144,8 @@ EXSTYLE WS_EX_NOPARENTNOTIFY
CAPTION "Input requested?"
FONT 8, "MS Shell Dlg 2", 0, 0, 0x1
BEGIN
- LTEXT "",IDC_PROMPT_DESC,7,7,245,50, WS_BORDER
EDITTEXT IDC_INPUT,7,67,245,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | ES_PASSWORD
+ EDITTEXT IDC_PROMPT_DESC,7,7,245,50, WS_BORDER | WS_TABSTOP | WS_VSCROLL | ES_READONLY | ES_MULTILINE
AUTOCHECKBOX "Show Characters", IDC_PASSWORD, 7,77,245,12, WS_TABSTOP
DEFPUSHBUTTON "OK",IDOK,61,95,50,15, WS_TABSTOP
PUSHBUTTON "Cancel",IDCANCEL,147,95,50,14, WS_TABSTOP