aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch/config.cc
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/config.cc
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/config.cc')
-rw-r--r--xorg-server/hw/xwin/xlaunch/config.cc4
1 files changed, 2 insertions, 2 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());