diff options
author | Tobias Weimer <wishmaster51@gmail.com> | 2023-03-04 10:00:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 10:00:05 +0100 |
commit | f57c708e91b580c3f03eceb137be435538432f7b (patch) | |
tree | e4d1313ffdf10377cfe4722d7b91c3fc17ba264f /plugins/VoiceService/res | |
parent | f8097944ef817fb6e10eee6f7dcfe7412c43beb2 (diff) |
VoiceService
Trailing space removed
Diffstat (limited to 'plugins/VoiceService/res')
-rw-r--r-- | plugins/VoiceService/res/resource.rc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc index 409ea5cf84..d9f357424d 100644 --- a/plugins/VoiceService/res/resource.rc +++ b/plugins/VoiceService/res/resource.rc @@ -72,8 +72,8 @@ BEGIN RTEXT "On left click:",IDC_LEFT_ACTION_L,13,132,62,9 COMBOBOX IDC_LEFT_ACTION,83,132,156,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "Preview",IDC_PREV,131,161,50,14 - CONTROL "Show incoming call dialog immediately ",IDC_IMMDIALOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,180,308,12 - CONTROL "Catch focus on this dialog",IDC_IMMDIALOG_FOCUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,200,308,12 + CONTROL "Show incoming call dialog immediately",IDC_IMMDIALOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,180,308,12 + CONTROL "Catch focus on this dialog",IDC_IMMDIALOG_FOCUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,3,200,308,12 END IDD_NEW_CALL DIALOG 0, 0, 229, 87 @@ -84,8 +84,7 @@ BEGIN CTEXT "%s wants to start a voice call with you. What you want to do?\n\nIf you answer the call, the current call will be put on hold.",IDC_TEXT,7,7,215,36 DEFPUSHBUTTON "Answer",ID_ANSWER,58,47,50,14 PUSHBUTTON "Drop",ID_DROP,121,47,50,14 - CONTROL "From now on, repeat this action for this contact",IDC_AUTO, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,67,215,12 + CONTROL "From now on, repeat this action for this contact",IDC_AUTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,67,215,12 END IDD_OPTS DIALOGEX 0, 0, 233, 41 |