diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-08 13:39:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-08 13:39:39 +0300 |
commit | d91309a2550f8cb7d34447534f2254f7a0812197 (patch) | |
tree | 7f3fc06c2582aebffc8c5f91930a7ac402daf25c /plugins/TooltipNotify/src | |
parent | ba55000024fb796f95157e736fe477a3e3c7973a (diff) |
fixes #3871 (TooltipNotify: перевод не помещается)
Diffstat (limited to 'plugins/TooltipNotify/src')
-rw-r--r-- | plugins/TooltipNotify/src/resource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TooltipNotify/src/resource.h b/plugins/TooltipNotify/src/resource.h index d67e8c5746..7edbddee90 100644 --- a/plugins/TooltipNotify/src/resource.h +++ b/plugins/TooltipNotify/src/resource.h @@ -33,13 +33,12 @@ #define IDC_DURATIONSPIN 1284
#define IDC_DELAYONCONN 1285
#define IDC_DELAYONCONNSPIN 1286
-#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 105
+#define _APS_NEXT_RESOURCE_VALUE 106
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
|