summaryrefslogtreecommitdiff
path: root/plugins/Scriver/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-24 18:07:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-24 18:07:04 +0300
commitd32ceca89165c3f537c5b32c38c153d26cd4aed7 (patch)
tree03d9f9f5517e0bb059fbf13b1a5411c6ec56a369 /plugins/Scriver/res
parentd87f80faa7cb073ee7f19176192cb1465c488ed8 (diff)
more effective way to use OnChange callbacks automatically
Diffstat (limited to 'plugins/Scriver/res')
-rw-r--r--plugins/Scriver/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc
index 30b372f02c..51cf4dac29 100644
--- a/plugins/Scriver/res/resource.rc
+++ b/plugins/Scriver/res/resource.rc
@@ -35,9 +35,9 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,12,155,10
CONTROL "Tree1",IDC_POPLIST,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,163,12,98,44
CONTROL "and stay minimized",IDC_STAYMINIMIZED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,23,141,10
- CONTROL "Cascade new windows",IDC_CASCADE,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,6,58,293,10
+ CONTROL "Cascade new windows",IDC_CASCADE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,58,293,10
CONTROL "Save size and location for each contact",IDC_SAVEPERCONTACT,
- "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,6,69,293,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,69,293,10
CONTROL "Minimize on send",IDC_AUTOMIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,80,293,10
CONTROL "Hide windows on close",IDC_HIDECONTAINERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,91,293,10
CONTROL "Remember unsent messages",IDC_SAVEDRAFTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,103,293,10