diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-21 14:23:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-21 14:23:36 +0300 |
commit | 6d8904f7b96bf24618e9493b8cee050868be3e82 (patch) | |
tree | 7c35fede90b8a255e41c722b4c760e4db436677b /plugins/KeyboardNotify/res/resources.rc | |
parent | 8c18d1fe6f83807116c065e548ee6b567f4b49a1 (diff) |
fixes #1776 (rest of URL atavisms)
Diffstat (limited to 'plugins/KeyboardNotify/res/resources.rc')
-rw-r--r-- | plugins/KeyboardNotify/res/resources.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/KeyboardNotify/res/resources.rc b/plugins/KeyboardNotify/res/resources.rc index 38ce2ea85a..8ba35da2f4 100644 --- a/plugins/KeyboardNotify/res/resources.rc +++ b/plugins/KeyboardNotify/res/resources.rc @@ -49,8 +49,7 @@ BEGIN GROUPBOX "Events to react on",IDC_STATIC,3,4,147,68
CONTROL "Incoming messages",IDC_ONMESSAGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,16,127,10
CONTROL "Incoming files",IDC_ONFILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,29,127,10
- CONTROL "Incoming URLs",IDC_ONURL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,42,127,10
- CONTROL "Everything else",IDC_ONOTHER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,55,128,10
+ CONTROL "Everything else",IDC_ONOTHER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,42,128,10
GROUPBOX "Message-Event only",IDC_STATIC,3,77,147,57
CONTROL "Blink if message window is open",IDC_IFOPEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,89,140,10
CONTROL "and not in foreground",IDC_IFNOTTOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,102,127,10
|