diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-10 22:17:04 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-10 22:17:04 +0200 |
commit | 8f281c8de4a2b3c9cc000673cc63b015c6ce3d62 (patch) | |
tree | 885ee1759becc17c4dd6603a7f7cc05be62071ae /src/core/stdmsg/res | |
parent | 32e1155026a444bc9aa753257b717bf0c81bc0d7 (diff) |
StdMsg:
- tab icon look standardized with all another SRMM plugins;
- fixes #1343 (StdMsg: wrong status icon as the window icon)
Diffstat (limited to 'src/core/stdmsg/res')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index bbe30e819d..9acdd24f88 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -41,8 +41,6 @@ BEGIN CONTROL "Close the message window on send",IDC_AUTOCLOSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,50,289,10
CONTROL "Minimize the message window on send",IDC_AUTOMIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,62,289,10
- CONTROL "Use the contact's status icon as the window icon",IDC_STATUSWIN,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,74,289,10
CONTROL "Save the window size and location individually for each contact",IDC_SAVEPERCONTACT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,86,289,10
CONTROL "Cascade new windows",IDC_CASCADE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,98,289,10
|