From 6252b077a865d28a49d1fb111932f7d59074e54c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 10 Aug 2022 21:30:09 +0300 Subject: VoiceService: unify popups options with other plugins --- plugins/VoiceService/res/resource.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc index 15ab079d0a..d64f495a9a 100644 --- a/plugins/VoiceService/res/resource.rc +++ b/plugins/VoiceService/res/resource.rc @@ -59,7 +59,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "Enable popups",IDC_POPUPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,3,308,12 - GROUPBOX " Colors ",IDC_COLOURS_G,3,25,158,75 + GROUPBOX "Colors",IDC_COLOURS_G,3,25,158,75 CONTROL "",IDC_BGCOLOR,"ColourPicker",WS_TABSTOP,11,37,35,14 LTEXT "Background color",IDC_BGCOLOR_L,55,41,66,8 CONTROL "",IDC_TEXTCOLOR,"ColourPicker",WS_TABSTOP,11,55,35,14 @@ -68,8 +68,8 @@ BEGIN BS_AUTOCHECKBOX | WS_TABSTOP,11,74,108,10 CONTROL "Use default colors",IDC_DEFAULTCOLORS,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,11,84,107,10 - GROUPBOX " Delay ",IDC_DELAY_G,166,25,145,75 - CONTROL "From popup plugin",IDC_DELAYFROMPU,"Button", + GROUPBOX "Timeout",IDC_DELAY_G,166,25,145,75 + CONTROL "Default",IDC_DELAYFROMPU,"Button", BS_AUTORADIOBUTTON | WS_GROUP,175,38,122,10 CONTROL "Custom",IDC_DELAYCUSTOM,"Button",BS_AUTORADIOBUTTON,175, 52,54,10 @@ -79,7 +79,7 @@ BEGIN CONTROL "Spin1",IDC_DELAY_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,268,51,11,11 - GROUPBOX " Actions ",IDC_ACTIONS_G,3,103,308,47 + GROUPBOX "Actions",IDC_ACTIONS_G,3,103,308,47 RTEXT "On right click:",IDC_RIGHT_ACTION_L,13,118,62,9 COMBOBOX IDC_RIGHT_ACTION,83,116,156,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP -- cgit v1.2.3