Give PuTTYgen an icon.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 7 Feb 2003 13:54:34 +0000 (13:54 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 7 Feb 2003 13:54:34 +0000 (13:54 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@2821 cda61777-01e9-0310-a592-d414129be87e

puttygen.c

index 42af397..d7094a3 100644 (file)
 #include "ssh.h"
 #include "winstuff.h"
 
+#ifdef MSVC4
+#define ICON_BIG        1
+#endif
+
 #define WM_DONEKEY (WM_XUSER + 1)
 
 #define DEFAULT_KEYSIZE 1024
@@ -813,6 +817,8 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
              */
         }
         requested_help = FALSE;
+       SendMessage(hwnd, WM_SETICON, (WPARAM) ICON_BIG,
+                   (LPARAM) LoadIcon(hinst, MAKEINTRESOURCE(200)));
 
        state = smalloc(sizeof(*state));
        state->generation_thread_exists = FALSE;