X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fpageant.rc;h=c2b5b7cd824ea92ea38b5915bf2b9e00e3d1c481;hb=90e7bf4228fa74fda1c65cb2597c9d964329f702;hp=d6aa6042ff06a7a8550af0f79f28df2d735131c0;hpb=62faf61d6ebff213203aac264948f06485ab731d;p=PuTTY.git diff --git a/windows/pageant.rc b/windows/pageant.rc index d6aa6042..c2b5b7cd 100644 --- a/windows/pageant.rc +++ b/windows/pageant.rc @@ -4,6 +4,9 @@ #include "rcstuff.h" +#define APPNAME "Pageant" +#define APPDESC "PuTTY SSH authentication agent" + 200 ICON "pageant.ico" 201 ICON "pageants.ico" @@ -42,7 +45,7 @@ BEGIN PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14 CTEXT "Pageant", 102, 10, 6, 120, 8 CTEXT "", 100, 10, 16, 120, 16 - CTEXT "\251 1997-2005 Simon Tatham. All rights reserved.", + CTEXT "\251 1997-2007 Simon Tatham. All rights reserved.", 103, 10, 34, 120, 16 END @@ -54,7 +57,7 @@ FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK", IDOK, 98, 243, 44, 14 - LTEXT "Copyright \251 1997-2005 Simon Tatham", 1000, 10, 10, 206, 8 + LTEXT "Copyright \251 1997-2007 Simon Tatham", 1000, 10, 10, 206, 8 LTEXT "Portions copyright Robert de Bath, Joris van Rantwijk, Delian", 1001, 10, 26, 206, 8 LTEXT "Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas", 1002, 10, 34, 206, 8 @@ -85,4 +88,8 @@ BEGIN END +#include "version.rc2" + +#ifndef NO_MANIFESTS 1 RT_MANIFEST "pageant.mft" +#endif /* NO_MANIFESTS */