diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-01 18:24:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-01 18:24:58 +0300 |
commit | 25f2c798a74bf6f72f2d6ba40e37a89c662204ba (patch) | |
tree | 3c7d56e53f0e9bd19a4def7ac12821a9e0469ce7 /plugins/Scriver/res | |
parent | d72cff07855ab1a9902386b5513173c8eca49f4b (diff) |
rest of Scriver option dialogs moved to UI classes
Diffstat (limited to 'plugins/Scriver/res')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index df6214f896..386ab3330b 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -40,9 +40,8 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,69,292,10
CONTROL "Minimize on send",IDC_AUTOMIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,80,292,10
CONTROL "Hide windows on close",IDC_HIDECONTAINERS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,91,292,10
- CONTROL "Send message on 'Enter'",IDC_SENDONENTER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,102,292,10
- CONTROL "Send message on double 'Enter'",IDC_SENDONDBLENTER,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,113,292,10
+ CONTROL "Send message on 'Enter'",IDC_SENDONENTER,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,8,102,292,10
+ CONTROL "Send message on double 'Enter'",IDC_SENDONDBLENTER, "Button", BS_AUTORADIOBUTTON | WS_TABSTOP,8,113,292,10
CONTROL "Remember unsent messages",IDC_SAVEDRAFTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,124,292,10
CONTROL "Delete temporary contacts on closing",IDC_DELTEMP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,135,292,10
|