From cb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 8 Mar 2011 07:10:46 +0000 Subject: Made edit controls scrolable --- xorg-server/hw/xwin/xlaunch/config.cc | 4 ++-- xorg-server/hw/xwin/xlaunch/resources/dialog.rc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'xorg-server') 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 -- cgit v1.2.3