diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-03 17:38:51 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-03 17:38:51 +0300 |
commit | c84d7f73fe819e830d90c59c06c7ba82265982ed (patch) | |
tree | 3c5fc911a70a89fafa10c7ccff387671b8ce69a9 /plugins/Popup/src/resource.h | |
parent | 1a51b71e37450078a43bb26eec5c11123f788224 (diff) |
fixes #3756 (PopupPlus: добавить отключение всплывающих окон при неактивности)
Diffstat (limited to 'plugins/Popup/src/resource.h')
-rw-r--r-- | plugins/Popup/src/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Popup/src/resource.h b/plugins/Popup/src/resource.h index 58014debaa..a089d35520 100644 --- a/plugins/Popup/src/resource.h +++ b/plugins/Popup/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by ..\res\resource.rc
+// Used by W:\miranda-ng\plugins\Popup\res\resource.rc
//
#define IDD_OPT_POPUP 101
#define IDD_OPT_POPUP_ADVANCED 102
@@ -168,6 +168,7 @@ #define IDC_DISABLEINFS 1241
#define IDC_STATUSES 1242
#define IDC_GETSKINS 1243
+#define IDC_DISABLEIDLE 1244
#define IDC_CHK_OFFLINE 40071
#define IDC_CHK_ONLINE 40072
#define IDC_CHK_NA 40075
@@ -177,7 +178,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 224
+#define _APS_NEXT_RESOURCE_VALUE 225
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1244
#define _APS_NEXT_SYMED_VALUE 101
|