diff options
author | marha <marha@users.sourceforge.net> | 2012-05-03 13:09:19 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-05-03 13:09:19 +0200 |
commit | 460182676a960385dff96c1563f781213060f6fc (patch) | |
tree | 7c5a3aa0be17d0dbbd1043af86bff3cb7ed96508 /xorg-server/hw/xwin/xlaunch/resources/dialog.rc | |
parent | e230e5cc86752a7c8873135909e83ea12cec8160 (diff) | |
download | vcxsrv-460182676a960385dff96c1563f781213060f6fc.tar.gz vcxsrv-460182676a960385dff96c1563f781213060f6fc.tar.bz2 vcxsrv-460182676a960385dff96c1563f781213060f6fc.zip |
Now the display number can be set to automatic by specifying -1
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/resources/dialog.rc')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/resources/dialog.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc index d7f1aa46f..2809bcc4b 100644 --- a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc +++ b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc @@ -46,7 +46,8 @@ BEGIN CONTROL "IMG_NODECORATION",IDC_NODECORATION_IMG,"Static",SS_BITMAP | SS_NOTIFY,230,60,0,0 LTEXT STR_DISPLAY_DESC,IDC_DISPLAY_DESC,7,120,64,12 - EDITTEXT IDC_DISPLAY,80,118,67,12,ES_NUMBER + LTEXT STR_DISPLAY_EXTRA_DESC,IDC_DISPLAY_EXTRA_DESC,7,132,200,12 + EDITTEXT IDC_DISPLAY,80,118,67,12 END IDD_CLIENTS DIALOGEX 0, 0, 317, 143 |