Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windows/puttygen.rc')
-rw-r--r--windows/puttygen.rc12
1 files changed, 11 insertions, 1 deletions
diff --git a/windows/puttygen.rc b/windows/puttygen.rc
index b910b6a3..fbe14fc3 100644
--- a/windows/puttygen.rc
+++ b/windows/puttygen.rc
@@ -7,7 +7,7 @@
#define APPNAME "PuTTYgen"
#define APPDESC "PuTTY SSH key generation utility"
-#include "winhelp.rc2"
+#include "help.rc2"
#include "puttygen-rc.h"
200 ICON "puttygen.ico"
@@ -82,6 +82,16 @@ BEGIN
PUSHBUTTON "&Cancel", IDCANCEL, 134, 80, 40, 14
END
+/* Accelerators used: clw */
+216 DIALOG DISCARDABLE 140, 40, 450, 300
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "PuTTYgen: certificate information"
+FONT 8, "MS Shell Dlg"
+CLASS "PuTTYgenCertInfo"
+BEGIN
+ DEFPUSHBUTTON "&Close", IDOK, 201, 130, 48, 14
+END
+
#include "version.rc2"
#ifndef NO_MANIFESTS