Jesse Allen : winecfg: Make virtual desktop shortcut key unique.

Alexandre Julliard julliard at winehq.org
Tue Dec 23 13:40:39 CST 2008


Module: wine
Branch: master
Commit: e39a471aacde434bdb96b8f0ce1920e77afc166b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e39a471aacde434bdb96b8f0ce1920e77afc166b

Author: Jesse Allen <the3dfxdude at gmail.com>
Date:   Mon Dec 22 07:21:39 2008 -0700

winecfg: Make virtual desktop shortcut key unique.

---

 programs/winecfg/En.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
index ebdde0c..5743ba3 100644
--- a/programs/winecfg/En.rc
+++ b/programs/winecfg/En.rc
@@ -71,7 +71,7 @@ BEGIN
     CONTROL     "Allow DirectX apps to stop the &mouse leaving their window",IDC_DX_MOUSE_GRAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,20,230,8
     CONTROL     "Allow the window manager to &decorate the windows",IDC_ENABLE_DECORATED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,32,230,8
     CONTROL     "Allow the &window manager to control the windows",IDC_ENABLE_MANAGED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,44,230,8
-    CONTROL     "Emulate a virtual &desktop",IDC_ENABLE_DESKTOP,"Button",
+    CONTROL     "&Emulate a virtual desktop",IDC_ENABLE_DESKTOP,"Button",
                 BS_AUTOCHECKBOX | WS_TABSTOP,15,56,230,8
     LTEXT       "Desktop &size:",IDC_DESKTOP_SIZE,15,70,44,8,WS_DISABLED
     LTEXT       "X",IDC_DESKTOP_BY,109,70,8,8,WS_DISABLED




More information about the wine-cvs mailing list