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/resources.h | |
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/resources.h')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/resources/resources.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/resources.h b/xorg-server/hw/xwin/xlaunch/resources/resources.h index 8db7ef190..bccfb1702 100644 --- a/xorg-server/hw/xwin/xlaunch/resources/resources.h +++ b/xorg-server/hw/xwin/xlaunch/resources/resources.h @@ -73,6 +73,8 @@ #define IDC_CLIENT_PASSWORD_DESC 232
#define IDC_CLIENT_REMOTEPROGRAM 233
#define IDC_CLIENT_REMOTEPROGRAM_DESC 234
+#define IDC_CLIENT_PRIVATEKEY 235
+#define IDC_CLIENT_PRIVATEKEY_DESC 236
#define IDC_FONTPATH_DESC 240
|