summaryrefslogtreecommitdiff
path: root/plugins/NewStory/res/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-12-14 18:05:06 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-12-14 18:05:10 +0300
commit1c9faebef10ee8a8de06b31ba1cf0049be8ee6dc (patch)
tree9b88f75043921a189d8264357c8c49a2d3213dd8 /plugins/NewStory/res/resource.rc
parent9063d08e1705c8ef5286986205f2c11e08a1265e (diff)
NewStory: log icons are optional now
Diffstat (limited to 'plugins/NewStory/res/resource.rc')
-rw-r--r--plugins/NewStory/res/resource.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/NewStory/res/resource.rc b/plugins/NewStory/res/resource.rc
index 7caf81eff9..2764a4c02f 100644
--- a/plugins/NewStory/res/resource.rc
+++ b/plugins/NewStory/res/resource.rc
@@ -147,12 +147,14 @@ IDD_OPT_ADVANCED DIALOGEX 0, 0, 307, 223
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Log window",IDC_STATIC,0,0,307,80
+ GROUPBOX "Log window",IDC_STATIC,0,0,307,104
CONTROL "Group messages",IDC_GROUPING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,9,289,12
CONTROL "Enable vertical scroll bar",IDC_VSCROLL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,22,289,12
CONTROL "Draw window edge",IDC_DRAWEDGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,35,289,12
CONTROL "Ascending events sort order",IDC_SORT_ASCENDING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,48,289,12
CONTROL "History++ compatiblity mode",IDC_HPP_COMPAT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,61,289,12
+ CONTROL "Show event type",IDC_SHOW_TYPE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,74,289,12
+ CONTROL "Show event direction",IDC_SHOW_DIRECTION,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,87,289,12
END
IDD_OPT_TEMPLATES DIALOGEX 0, 0, 307, 223