diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-05-22 04:47:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-05-22 04:47:36 +0000 |
commit | 2b0f654c32a6d3b0dbd30ae2062f519e062b403a (patch) | |
tree | 03b26848b4048b18c9c456bb6eb257580792c040 /plugins/WhenWasIt | |
parent | a73370f2b881d37ab8e2013e3428024f02bb0f95 (diff) |
icon not used
git-svn-id: http://svn.miranda-ng.org/main/trunk@9273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt')
-rw-r--r-- | plugins/WhenWasIt/res/WhenWasIt.rc | 1 | ||||
-rw-r--r-- | plugins/WhenWasIt/src/resource.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/res/WhenWasIt.rc b/plugins/WhenWasIt/res/WhenWasIt.rc index 88dedf56f7..0aef274e68 100644 --- a/plugins/WhenWasIt/res/WhenWasIt.rc +++ b/plugins/WhenWasIt/res/WhenWasIt.rc @@ -167,7 +167,6 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_BIRTHDAYS_DLG ICON "dlg.ico"
IDI_CHECK ICON "check.ico"
IDI_LIST ICON "list.ico"
IDI_DTB1 ICON "dtb1.ico"
diff --git a/plugins/WhenWasIt/src/resource.h b/plugins/WhenWasIt/src/resource.h index bb945eb580..76f9354820 100644 --- a/plugins/WhenWasIt/src/resource.h +++ b/plugins/WhenWasIt/src/resource.h @@ -4,7 +4,6 @@ //
#define IDD_OPT_WWI 101
#define IDI_BIRTHDAYS 102
-#define IDI_BIRTHDAYS_DLG 102
#define IDD_BIRTHDAYS 104
#define IDI_CHECK 106
#define IDI_DTB0 107
|