diff options
author | marha <marha@users.sourceforge.net> | 2011-03-07 11:09:57 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-07 11:09:57 +0000 |
commit | b5eab44b14b3193bfc327d10e556de8236071716 (patch) | |
tree | 3a87385a765eda5106df883ff2fab4c93c2e5a33 /xorg-server/hw/xwin/xlaunch/resources/strings.rc | |
parent | faed2dca735b7aa26a146c5e309cafa8134425b9 (diff) | |
download | vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.gz vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.bz2 vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.zip |
Added possibility of mapping the PRIMARY selection
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/resources/strings.rc')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/resources/strings.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/strings.rc b/xorg-server/hw/xwin/xlaunch/resources/strings.rc index 1896ffe59..10a00d967 100644 --- a/xorg-server/hw/xwin/xlaunch/resources/strings.rc +++ b/xorg-server/hw/xwin/xlaunch/resources/strings.rc @@ -60,6 +60,8 @@ #define STR_CAPTION_EXTRA "Extra settings" #define STR_CLIPBOARD "Clipboard" #define STR_CLIPBOARD_DESC "Start the integrated clipboard manager" +#define STR_CLIPBOARDPRIMARY "Primary Selection" +#define STR_CLIPBOARDPRIMARY_DESC "Also map the PRIMARY selection to the windows clipboard." #define STR_WGL "Native opengl" #define STR_WGL_DESC "Use the native windows opengl library (wgl). Make sure to export the LIBGL_ALWAYS_INDIRECT environment variable." #define STR_EXTRA_PARAMS_DESC "Additional parameters for VcXsrv" |