diff options
author | René Schümann <white06tiger@gmail.com> | 2014-04-24 11:59:44 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-04-24 11:59:44 +0000 |
commit | 90ad600cb38a04c9272a3599c72d6559c822b155 (patch) | |
tree | 631934acbacece612e251c029ca1e572ef50561a /plugins/SendScreenshotPlus/src/resource.h | |
parent | 7d1a43aa4818c8ce9a2bab686167f12db2f792d7 (diff) |
- partially removed IDI_DEFAULT / ssDefault.ico as it doesn't seem to be of much use^^
git-svn-id: http://svn.miranda-ng.org/main/trunk@9067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/resource.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/resource.h b/plugins/SendScreenshotPlus/src/resource.h index 0385d53f00..af67a83858 100644 --- a/plugins/SendScreenshotPlus/src/resource.h +++ b/plugins/SendScreenshotPlus/src/resource.h @@ -28,7 +28,7 @@ #define IDR_LICENSE 120 #define IDR_CREDIT 121 #define IDI_MAIN 190 -#define IDI_DEFAULT 191 +//#define IDI_DEFAULT 191 #define IDI_TARGET 192 #define IDI_MONITOR 193 #define IDI_HELP 194 |