diff options
author | marha <marha@users.sourceforge.net> | 2012-11-09 12:31:43 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-11-09 12:31:43 +0100 |
commit | 480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e (patch) | |
tree | 0b6908caf655de903727499e279a6b87ffb886c8 /xorg-server/hw/xwin/xlaunch/resources/strings.rc | |
parent | e679303a065ecf6e961993c4fe169950c101c08c (diff) | |
download | vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.tar.gz vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.tar.bz2 vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.zip |
Allow specifying a key file in putty format when starting a remote program
Now plink is a real console application in the release build (no -console
option anymore)
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/resources/strings.rc')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/resources/strings.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/strings.rc b/xorg-server/hw/xwin/xlaunch/resources/strings.rc index 8a3c487f5..f34f46208 100644 --- a/xorg-server/hw/xwin/xlaunch/resources/strings.rc +++ b/xorg-server/hw/xwin/xlaunch/resources/strings.rc @@ -48,7 +48,8 @@ #define STR_CLIENT_HOST_DESC "Connect to computer" #define STR_CLIENT_USER_DESC "Login as user" -#define STR_CLIENT_REMOTEPROGRAM_DESC "Remote program" +#define STR_CLIENT_REMOTEPROGRAM_DESC "Remote program" +#define STR_CLIENT_PRIVATEKEY_DESC "Private key (putty format)" #define STR_CAPTION_XDMCP "XDMCP settings" |