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/puttytel.rc')
-rw-r--r--windows/puttytel.rc8
1 files changed, 6 insertions, 2 deletions
diff --git a/windows/puttytel.rc b/windows/puttytel.rc
index 259bc683..41767a10 100644
--- a/windows/puttytel.rc
+++ b/windows/puttytel.rc
@@ -1,10 +1,14 @@
#include "rcstuff.h"
+#include "putty-rc.h"
#define APPNAME "PuTTYtel"
#define APPDESC "Telnet and Rlogin client"
-#include "winhelp.rc2"
-#include "win_res.rc2"
+IDI_MAINICON ICON "putty.ico"
+IDI_CFGICON ICON "puttycfg.ico"
+
+#include "help.rc2"
+#include "putty-common.rc2"
#ifndef NO_MANIFESTS
1 RT_MANIFEST "puttytel.mft"