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/Clist_nicer | |
parent | 170676e9895c58f9b29d6532ea4010e3776505ac (diff) |
Replace ICQ by MRA
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 3efc8e09d8..46a4662171 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -326,7 +326,7 @@ BEGIN CONTROL "Show bevels on panels",IDC_SBPANELBEVEL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,93,265,10
CONTROL "Show resize grip indicator",IDC_SHOWGRIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,108,265,10
CONTROL "Draw background skin",IDC_SKINBACKGROUND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,123,265,10
- CONTROL "Show ICQ extended status icons",IDC_SHOWXSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,186,275,9
+ CONTROL "Show MRA extended status icons",IDC_SHOWXSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,186,275,9
CONTROL "Mark protocols locked from global status changes",IDC_MARKLOCKED,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,200,275,9
END
|