]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/puttygen.rc
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / windows / puttygen.rc
index 94acd61e361d6a5a2a23b7d0183a504e382e6b5f..629b155b6232d8d57e1f447a623e19d164b52ca6 100644 (file)
@@ -4,6 +4,9 @@
 
 #include "rcstuff.h"
 
+#define APPNAME "PuTTYgen"
+#define APPDESC "PuTTY SSH key generation utility"
+
 200 ICON "puttygen.ico"
 
 201 DIALOG DISCARDABLE 0, 0, 318, 270
@@ -78,6 +81,8 @@ BEGIN
 
 END
 
+#include "version.rc2"
+
 #ifndef NO_MANIFESTS
 1 RT_MANIFEST "puttygen.mft"
 #endif /* NO_MANIFESTS */