diff options
author | dartraiden <wowemuh@gmail.com> | 2024-06-27 01:45:57 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-06-27 01:46:45 +0300 |
commit | a7b6dafd9b2b851d22d59576aec97a2bd53fd6f1 (patch) | |
tree | dea9f22337dd787b941e856daac05421e0ea9cdb /plugins/SimpleStatusMsg | |
parent | 170676e9895c58f9b29d6532ea4010e3776505ac (diff) |
Replace ICQ by MRA
Diffstat (limited to 'plugins/SimpleStatusMsg')
-rw-r--r-- | plugins/SimpleStatusMsg/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleStatusMsg/res/resource.rc b/plugins/SimpleStatusMsg/res/resource.rc index d83ddc2565..4f1924389b 100644 --- a/plugins/SimpleStatusMsg/res/resource.rc +++ b/plugins/SimpleStatusMsg/res/resource.rc @@ -132,7 +132,7 @@ 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 ICQ status message requests",IDC_CNOICQREQ,
+ 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
|