diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-27 16:49:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-27 16:49:10 +0300 |
commit | 1c937f6b2db4795df7eaa24347cd16d48f538c37 (patch) | |
tree | e4e857bad8f13ae3edfcd446cc0b13e5b266f225 /plugins/Clist_modern/src/resource.h | |
parent | 18476194fe242b72811117e36fdc041f379c9aa3 (diff) |
Clist_modern:
- fixes #3512 (Clist: "Hide empty groups" in "Setup view mode");
- fixes #3511 (Clist: "Show groups folded/unfolded" in "Setup view mode")
Diffstat (limited to 'plugins/Clist_modern/src/resource.h')
-rw-r--r-- | plugins/Clist_modern/src/resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/resource.h b/plugins/Clist_modern/src/resource.h index 079c8703d8..bd22bd519d 100644 --- a/plugins/Clist_modern/src/resource.h +++ b/plugins/Clist_modern/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by w:\miranda-ng\plugins\Clist_modern\res\resource.rc
+// Used by W:\miranda-ng\plugins\Clist_modern\res\resource.rc
//
#define IDC_ALWAYS_VISIBLEICON 0
#define IDC_APPLY 3
@@ -422,6 +422,8 @@ #define IDC_SELECTMODE 19126
#define IDC_CONFIGUREMODES 19127
#define IDC_USEGROUPS 19128
+#define IDC_HIDEEMPTYGROUPS 19129
+#define IDC_FOLD_GROUPS 19130
#define POPUP_NEWSUBGROUP 40004
#define POPUP_GROUPSHOWOFFLINE 40019
#define IDC_FRAME_META 40054
@@ -443,7 +445,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 512
#define _APS_NEXT_COMMAND_VALUE 40022
-#define _APS_NEXT_CONTROL_VALUE 2025
+#define _APS_NEXT_CONTROL_VALUE 2026
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|