From 4c80bb07590a69b69b9690f9c5bb426673282753 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 14 Jan 2023 02:38:08 +0300 Subject: These are account names, not protocol names --- plugins/Clist_blind/res/resource.rc | 2 +- plugins/Clist_modern/res/resource.rc | 2 +- plugins/Clist_nicer/res/resource.rc | 2 +- src/core/stdclist/res/resource.rc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index c954bd149a..762d8d2d2f 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -125,7 +125,7 @@ BEGIN GROUPBOX "Status bar",IDC_STATIC,4,4,170,204 CONTROL "Show status bar",IDC_SHOWSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,17,152,10 CONTROL "Show icons",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,33,142,10 - CONTROL "Show protocol names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,48,142,10 + CONTROL "Show account names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,48,142,10 CONTROL "Show status text",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,63,142,10 CONTROL "Right click opens status menu",IDC_RIGHTSTATUS,"Button",BS_AUTORADIOBUTTON,22,160,142,10 CONTROL "Right click opens Miranda NG menu",IDC_RIGHTMIRANDA, diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index daaa0881bf..4ab8021d17 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -256,7 +256,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,38,124,8 CONTROL "Hide account completely",IDC_SBAR_HIDE_ACCOUNT_COMPLETELY, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,48,134,8 - CONTROL "Show protocol names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,124,8 + CONTROL "Show account names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,124,8 CONTROL "Show status name",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,68,124,8 CONTROL "Show xStatus name",IDC_SHOWXSTATUSNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,78,124,8 CONTROL "Show protocol icon",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,88,124,8 diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index ff7b5a042c..9fbe2b4c0b 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -317,7 +317,7 @@ BEGIN GROUPBOX "Status bar",IDC_STATIC,3,4,297,214 CONTROL "Show status bar",IDC_SHOWSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,17,275,10 CONTROL "Show icons",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,33,265,10 - CONTROL "Show protocol names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,48,265,10 + CONTROL "Show account names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,48,265,10 CONTROL "Show status text",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,63,265,10 CONTROL "Right click opens status menu",IDC_RIGHTSTATUS,"Button",BS_AUTORADIOBUTTON,25,160,265,10 CONTROL "Right click opens Miranda NG menu",IDC_RIGHTMIRANDA, diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 22ccc72edc..ce968e2919 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -189,7 +189,7 @@ BEGIN GROUPBOX "Status bar",IDC_STATIC,4,4,195,204 CONTROL "Show status bar",IDC_SHOWSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,17,176,10 CONTROL "Show icons",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,33,166,10 - CONTROL "Show protocol names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,48,166,10 + CONTROL "Show account names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,48,166,10 CONTROL "Show status text",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,63,166,10 CONTROL "Right click opens status menu",IDC_RIGHTSTATUS,"Button",BS_AUTORADIOBUTTON,22,160,166,10 CONTROL "Right click opens Miranda NG menu",IDC_RIGHTMIRANDA, -- cgit v1.2.3