mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Move icon declarations out of putty-common.rc2.
Now they're done by putty.rc and puttytel.rc, before including putty-common.rc2. So another user of putty-common.rc2 can disagree on what icons to use.
This commit is contained in:
parent
7167c8c771
commit
27a09093e4
@ -13,12 +13,6 @@
|
||||
* from it (which happens if the extension is '.h').
|
||||
*/
|
||||
|
||||
#include "putty-rc.h"
|
||||
|
||||
IDI_MAINICON ICON "putty.ico"
|
||||
|
||||
IDI_CFGICON ICON "puttycfg.ico"
|
||||
|
||||
/* Accelerators used: clw */
|
||||
IDD_ABOUTBOX DIALOG DISCARDABLE 140, 40, 270, 136
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
|
@ -1,8 +1,12 @@
|
||||
#include "rcstuff.h"
|
||||
#include "putty-rc.h"
|
||||
|
||||
#define APPNAME "PuTTY"
|
||||
#define APPDESC "SSH, Telnet, Rlogin, and SUPDUP client"
|
||||
|
||||
IDI_MAINICON ICON "putty.ico"
|
||||
IDI_CFGICON ICON "puttycfg.ico"
|
||||
|
||||
#include "help.rc2"
|
||||
#include "putty-common.rc2"
|
||||
|
||||
|
@ -1,8 +1,12 @@
|
||||
#include "rcstuff.h"
|
||||
#include "putty-rc.h"
|
||||
|
||||
#define APPNAME "PuTTYtel"
|
||||
#define APPDESC "Telnet and Rlogin client"
|
||||
|
||||
IDI_MAINICON ICON "putty.ico"
|
||||
IDI_CFGICON ICON "puttycfg.ico"
|
||||
|
||||
#include "help.rc2"
|
||||
#include "putty-common.rc2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user