diff options
| author | George Hazan <ghazan@miranda.im> | 2019-03-28 12:57:32 +0300 | 
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-03-28 12:57:32 +0300 | 
| commit | fb1a28abe254803a85ec00def4e5abbe169a617d (patch) | |
| tree | 93e95e3463793d0e81ad27b37c9abc5089e1bd2c /plugins/StatusManager/src | |
| parent | 828dc80dc9140048309469c4ff0f8c3ed8e21426 (diff) | |
StatusManager: unused resource removed
Diffstat (limited to 'plugins/StatusManager/src')
| -rw-r--r-- | plugins/StatusManager/src/resource.h | 16 | 
1 files changed, 5 insertions, 11 deletions
diff --git a/plugins/StatusManager/src/resource.h b/plugins/StatusManager/src/resource.h index fba9f37f18..a96ced8f45 100644 --- a/plugins/StatusManager/src/resource.h +++ b/plugins/StatusManager/src/resource.h @@ -15,9 +15,8 @@  #define IDD_SETSTSMSGDIALOG             121  #define IDD_OPT_STATUSPROFILES          123  #define IDD_OPT_KS_ADV                  127 -#define IDD_TRG_AAASTATECHANGE          128 +#define IDD_OPT_SUBPLUGINS              128  #define IDI_TTBDOWN                     129 -#define IDD_OPT_SUBPLUGINS              129  #define IDI_TTBUP                       130  #define IDC_PROTOCOL                    1000  #define IDC_STATUS                      1001 @@ -140,14 +139,9 @@  #define IDC_NOLOCKED                    1131  #define IDC_PINGCOUNT                   1132  #define IDC_CNTDELAY                    1133 -#define IDC_ENTERFIRST                  1134 -#define IDC_ENTERSECOND                 1135 -#define IDC_LEAVEFIRST                  1136 -#define IDC_LEAVESECOND                 1137 -#define IDC_BECOMEACTIVE                1138 -#define IDC_ENABLE_KEEPSTATUS           1141 -#define IDC_ENABLE_STARTUPSTATUS        1142 -#define IDC_ENABLE_ADVANCEDAUTOAWAY     1143 +#define IDC_ENABLE_KEEPSTATUS           1134 +#define IDC_ENABLE_STARTUPSTATUS        1135 +#define IDC_ENABLE_ADVANCEDAUTOAWAY     1136  // Next default values for new objects  //  @@ -155,7 +149,7 @@  #ifndef APSTUDIO_READONLY_SYMBOLS  #define _APS_NEXT_RESOURCE_VALUE        131  #define _APS_NEXT_COMMAND_VALUE         40001 -#define _APS_NEXT_CONTROL_VALUE         1145 +#define _APS_NEXT_CONTROL_VALUE         1137  #define _APS_NEXT_SYMED_VALUE           101  #endif  #endif  | 
