diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src/resource.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/resource.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/plugins/SendScreenshotPlus/src/resource.h b/plugins/SendScreenshotPlus/src/resource.h index b2ba2ef4c5..a09b825c01 100644 --- a/plugins/SendScreenshotPlus/src/resource.h +++ b/plugins/SendScreenshotPlus/src/resource.h @@ -29,22 +29,21 @@ #define IDR_LICENSE 120 #define IDR_CREDIT 121 #define IDI_MAIN 190 -//#define IDI_DEFAULT 191 -#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_TARGET 191 +#define IDI_MONITOR 192 +#define IDI_HELP 193 +#define IDI_FOLDER 194 +#define IDI_ARROWL 195 +#define IDI_ARROWR 196 //#define IDI_OVERLAYON 198 //#define IDI_OVERLAYOFF 199 -#define IDI_DESKOFF 200 +#define IDI_DESK 200 #define IDI_DESKON 201 -#define IDI_DELOFF 202 +#define IDI_DEL 202 #define IDI_DELON 203 #define IDI_UPDATE 204 #define IDI_OK 205 -#define IDI_CLOSE 206 +#define IDI_CANCEL 206 //#define IDI_APPLY 207 #define IDI_EDIT 207 #define IDI_EDITON 208 |