]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/pageant.rc
Add ability for ssh2_userkey_loadpub() to return the key comment.
[PuTTY.git] / windows / pageant.rc
index 1e613d07c33579621dc60be377b1123ccffdf86a..0102ca210e04a741e917d3e10acb3b7b49d5386e 100644 (file)
@@ -4,6 +4,9 @@
 
 #include "rcstuff.h"
 
+#define APPNAME "Pageant"
+#define APPDESC "PuTTY SSH authentication agent"
+
 200 ICON "pageant.ico"
 201 ICON "pageants.ico"
 
@@ -85,6 +88,8 @@ BEGIN
 
 END
 
+#include "version.rc2"
+
 #ifndef NO_MANIFESTS
 1 RT_MANIFEST "pageant.mft"
 #endif /* NO_MANIFESTS */