diff options
author | René Schümann <white06tiger@gmail.com> | 2014-04-11 00:00:09 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-04-11 00:00:09 +0000 |
commit | 356e7733127935bae342bc075b5ac020e7fafadd (patch) | |
tree | 248372a3e3aae0444393167857f361dc9a6bc179 /plugins/SendScreenshotPlus/src/resource.h | |
parent | 9a4d6d236bcd294d77884441494c2e32f3817b11 (diff) |
SendSS:
* removed some unused stuff, icons, code etc. (resource.rc/h, Main, mir_icolib)
* improved define names IDI_ICON2 and IDI_ICON3 (resource.rc/h)
* unified ssCamera_1.ico and ssCamera_2.ico to ssCamera.ico (resource.rc/h)
! fixed ssMonitor.ico blurriness.
git-svn-id: http://svn.miranda-ng.org/main/trunk@8940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/resource.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/resource.h | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/plugins/SendScreenshotPlus/src/resource.h b/plugins/SendScreenshotPlus/src/resource.h index a788ba559f..572372d490 100644 --- a/plugins/SendScreenshotPlus/src/resource.h +++ b/plugins/SendScreenshotPlus/src/resource.h @@ -29,24 +29,23 @@ #define IDR_CREDIT 121 #define IDI_MAIN 190 #define IDI_DEFAULT 191 -#define IDI_ICON1 192 -#define IDI_ICON2 193 -#define IDI_ICON3 194 -#define IDI_HELP 195 -#define IDI_FOLDERO 196 -#define IDI_ARROWL 197 -#define IDI_ARROWR 198 -#define IDI_OVERLAYON 199 -#define IDI_OVERLAYOFF 200 -#define IDI_DESKOFF 201 -#define IDI_DESKON 202 -#define IDI_DELOFF 203 -#define IDI_DELON 204 -#define IDI_UPDATE 205 -#define IDI_OK 206 -#define IDI_CLOSE 207 -#define IDI_APPLY 208 -#define IDI_EDIT 209 +#define IDI_TARGET 192 +#define IDI_MONITOR 193 +#define IDI_HELP 194 +#define IDI_FOLDERO 195 +#define IDI_ARROWL 196 +#define IDI_ARROWR 197 +//#define IDI_OVERLAYON 198 +//#define IDI_OVERLAYOFF 199 +#define IDI_DESKOFF 200 +#define IDI_DESKON 201 +#define IDI_DELOFF 202 +#define IDI_DELON 203 +#define IDI_UPDATE 204 +#define IDI_OK 205 +#define IDI_CLOSE 206 +//#define IDI_APPLY 207 +#define IDI_EDIT 208 #define IDI_DOWNARROW 210 #define IDC_CAPTURETAB 1005 #define IDC_CREDIT 1009 |