diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-04 19:52:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-04 19:52:35 +0300 |
commit | 61a1179854e8dd939c6566d6fb6ab035ab4a6d9c (patch) | |
tree | 73da29d5f9c04e13e5ed59fca65043141cd6fb1b /plugins/SendScreenshotPlus/res | |
parent | fdbcf7a4ad9d62d6786cd8e2251d797d68488b50 (diff) |
SendSS:
- fixes #1305 completely
- code cleaning
Diffstat (limited to 'plugins/SendScreenshotPlus/res')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index a4dea6124a..f00b5a45bd 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -2,10 +2,10 @@ // #include "..\src\resource.h" -#define MBS_DEFBUTTON 0x00001000L // default button -#define MBS_PUSHBUTTON 0x00002000L // toggle button -#define MBS_FLAT 0x00004000L // flat button -#define MBS_DOWNARROW 0x00008000L // has arrow on the right +#define MBS_DEFBUTTON 0x00001000L // default button +#define MBS_PUSHBUTTON 0x00002000L // toggle button +#define MBS_FLAT 0x00004000L // flat button +#define MBS_DOWNARROW 0x00008000L // has arrow on the right #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// |