diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-19 11:36:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-19 11:36:33 +0300 |
commit | aef4307d04fb8d8bbc05921d45d97a63e627fb4d (patch) | |
tree | 1647384407dcf778c7870eefa5209da9bec21ea2 /plugins/StatusManager/res | |
parent | 407b2e8d2e0161ef149bb44836f9692b3291e6c9 (diff) |
AAA:
- solved conflict with dead StdIdle, zihrono levraha;
- better idle mode detection
- version bump
Diffstat (limited to 'plugins/StatusManager/res')
-rw-r--r-- | plugins/StatusManager/res/resource.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/StatusManager/res/resource.rc b/plugins/StatusManager/res/resource.rc index 0bb96d7e8c..e1236b0535 100644 --- a/plugins/StatusManager/res/resource.rc +++ b/plugins/StatusManager/res/resource.rc @@ -290,7 +290,6 @@ BEGIN EDITTEXT IDC_AWAYCHECKTIMEINSECS,240,122,22,14,ES_AUTOHSCROLL RTEXT "Confirm dialog timeout (secs)",IDC_STATIC,7,142,227,8 EDITTEXT IDC_CONFIRMDELAY,240,138,22,14,ES_AUTOHSCROLL - CTEXT "This options are ignored because you enabled ""Change my status mode to"" in the ""Idle"" options dialog.",IDC_IDLEWARNING,7,164,255,20,NOT WS_VISIBLE CONTROL "Monitor keyboard activity",IDC_MONITORKEYBOARD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,77,255,10 CONTROL "Monitor mouse activity",IDC_MONITORMOUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,88,255,10 CONTROL "Ignore CTRL, ALT, SHIFT, TAB, ESC and Windows keys",IDC_IGNSYSKEYS, |