diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:48:58 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:48:58 +0300 |
| commit | 56fd5bdf2a55bd26ab7a6871a930915612c3d145 (patch) | |
| tree | 105cefd1e2e40bcec7f0c66e2328759a4e710850 /plugins/SimpleStatusMsg/res | |
| parent | 98efb8dc51f734afeea7f59624e57cbafc6caa29 (diff) | |
fixes #4582 (SimpleStatusMsg: remove ICQ/MRA support)
Diffstat (limited to 'plugins/SimpleStatusMsg/res')
| -rw-r--r-- | plugins/SimpleStatusMsg/res/resource.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SimpleStatusMsg/res/resource.rc b/plugins/SimpleStatusMsg/res/resource.rc index 4f1924389b..b8dd2dc595 100644 --- a/plugins/SimpleStatusMsg/res/resource.rc +++ b/plugins/SimpleStatusMsg/res/resource.rc @@ -132,8 +132,6 @@ BEGIN CONTROL "Spin2",IDC_SSECUPDTMSG,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,188,14,11,14
LTEXT "seconds",IDC_STATIC,202,16,32,8
CONTROL "Do not update variables during idle",IDC_CNOIDLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,30,274,8
- CONTROL "Do not update variables on MRA status message requests",IDC_CNOICQREQ,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,44,274,8
CONTROL "Leave last played track's title after exiting the player",IDC_CLEAVEWINAMP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,58,274,8
CONTROL "Enable status messages parsing by Variables plugin",IDC_CVARIABLES,
|
