From d91760068dbe294336d08d8cde2292cf656de0e0 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 31 Jan 2024 03:11:06 +0300 Subject: Unify the names of settings in the full and shortened dialog --- plugins/TabSRMM/res/resource.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/TabSRMM/res') diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index a2d1fce1a0..e3897a259e 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -225,9 +225,9 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Preload history events on window opening",IDC_STATIC,1,1,301,68 - CONTROL "Load unread events only",IDC_LOADUNREAD,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,10,12,135,10 - CONTROL "Load number of previous events",IDC_LOADCOUNT,"Button",BS_AUTORADIOBUTTON,10,26,138,10 - CONTROL "Load previous events less than",IDC_LOADTIME,"Button",BS_AUTORADIOBUTTON,10,40,138,10 + CONTROL "Preload unread events only",IDC_LOADUNREAD,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,10,12,135,10 + CONTROL "Preload number of previous events",IDC_LOADCOUNT,"Button",BS_AUTORADIOBUTTON,10,26,138,10 + CONTROL "Preload previous events less than",IDC_LOADTIME,"Button",BS_AUTORADIOBUTTON,10,40,138,10 CONTROL "Always trim message log to",IDC_ALWAYSTRIM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,54,146,10 EDITTEXT IDC_LOADCOUNTN,164,23,39,12,ES_RIGHT | ES_NUMBER | WS_DISABLED CONTROL "Spin1",IDC_LOADCOUNTSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,203,22,10,14 -- cgit v1.2.3