aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch/main.cc
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-08 11:51:21 +0000
committermarha <marha@users.sourceforge.net>2011-03-08 11:51:21 +0000
commitf4aa7aca1f0945afb567bb8a8ef7e62fa4e28acb (patch)
tree9f077a9895bee95c054bfd925a27efc7066120d5 /xorg-server/hw/xwin/xlaunch/main.cc
parent38759ea9d5de5d439064054afacb148707d62350 (diff)
downloadvcxsrv-f4aa7aca1f0945afb567bb8a8ef7e62fa4e28acb.tar.gz
vcxsrv-f4aa7aca1f0945afb567bb8a8ef7e62fa4e28acb.tar.bz2
vcxsrv-f4aa7aca1f0945afb567bb8a8ef7e62fa4e28acb.zip
Solved problem of wrong ID used for checkbox
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/main.cc')
-rw-r--r--xorg-server/hw/xwin/xlaunch/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/main.cc b/xorg-server/hw/xwin/xlaunch/main.cc
index 0ee6c00af..9a9908f55 100644
--- a/xorg-server/hw/xwin/xlaunch/main.cc
+++ b/xorg-server/hw/xwin/xlaunch/main.cc
@@ -221,7 +221,7 @@ class CMyWizard : public CWizard
config.wgl = true;
else
config.wgl = false;
- // check for wgl
+ // check for access control
if (IsDlgButtonChecked(hwndDlg, IDC_DISABLEAC))
config.disableac = true;
else