aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-08 07:10:46 +0000
committermarha <marha@users.sourceforge.net>2011-03-08 07:10:46 +0000
commitcb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1 (patch)
treeda790ce2deb5eb77316d135ea18b2debe1ea5893 /xorg-server/hw/xwin/xlaunch
parentc1fc9700f5eddaf2cea1efd8bd1e67a1e9c8030d (diff)
downloadvcxsrv-cb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1.tar.gz
vcxsrv-cb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1.tar.bz2
vcxsrv-cb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1.zip
Made edit controls scrolable
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch')
-rw-r--r--xorg-server/hw/xwin/xlaunch/config.cc4
-rw-r--r--xorg-server/hw/xwin/xlaunch/resources/dialog.rc8
2 files changed, 6 insertions, 6 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/config.cc b/xorg-server/hw/xwin/xlaunch/config.cc
index 45dfea745..21c7079df 100644
--- a/xorg-server/hw/xwin/xlaunch/config.cc
+++ b/xorg-server/hw/xwin/xlaunch/config.cc
@@ -80,8 +80,8 @@ void CConfig::Save(const char *filename)
}
setAttribute(root, "LocalClient", local?"True":"False");
setAttribute(root, "Display", display.c_str());
- setAttribute(root, "LocalProgram", localprogram.c_str());
- setAttribute(root, "RemoteProgram", remoteprogram.c_str());
+ setAttribute(root, "LocalProgram", localprogram.c_str());
+ setAttribute(root, "RemoteProgram", remoteprogram.c_str());
setAttribute(root, "RemotePassword", remotepassword.c_str());
setAttribute(root, "RemoteHost", host.c_str());
setAttribute(root, "RemoteUser", user.c_str());
diff --git a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
index 689576b2a..630c0b940 100644
--- a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
+++ b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
@@ -76,17 +76,17 @@ BEGIN
LTEXT STR_CLIENT_REMOTEPROGRAM_DESC,IDC_CLIENT_REMOTEPROGRAM_DESC,19,64,70,10
- EDITTEXT IDC_CLIENT_REMOTEPROGRAM,100,62,200,12
+ EDITTEXT IDC_CLIENT_REMOTEPROGRAM,100,62,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT STR_CLIENT_PASSWORD_DESC,IDC_CLIENT_PASSWORD_DESC,19,78,70,10
- EDITTEXT IDC_CLIENT_PASSWORD,100,76,64,12
+ EDITTEXT IDC_CLIENT_PASSWORD,100,76,64,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT STR_CLIENT_HOST_DESC,IDC_CLIENT_HOST_DESC,19,92,70,10
- EDITTEXT IDC_CLIENT_HOST,100,90,64,12
+ EDITTEXT IDC_CLIENT_HOST,100,90,64,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT STR_CLIENT_USER_DESC,IDC_CLIENT_USER_DESC,19,106,70,10
- EDITTEXT IDC_CLIENT_USER,100,104,64,12
+ EDITTEXT IDC_CLIENT_USER,100,104,64,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
END
IDD_XDMCP DIALOGEX 0, 0, 317, 143