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/res | |
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/res')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index 4dc3e547af..1f2d4285f0 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -154,7 +154,7 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_MAIN ICON "ssCamera.ico" -IDI_DEFAULT ICON "ssDefault.ico" +//IDI_DEFAULT ICON "ssDefault.ico" IDI_TARGET ICON "ssTarget.ico" IDI_MONITOR ICON "ssMonitor.ico" IDI_HELP ICON "sshelp.ico" |