diff options
author | George Hazan <ghazan@miranda.im> | 2022-09-02 21:54:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-09-02 21:54:41 +0300 |
commit | 55162f6b82e3ca164fc6987144c6573ba03fb017 (patch) | |
tree | 0ebaab6b9c8237875fe7ce59512d8d4a860e7b21 /plugins/VoiceService/res/resource.rc | |
parent | 93a0e9a4b94c6032d6cbafb83dab8e364d298f84 (diff) |
VoiceService: fix for logic
Diffstat (limited to 'plugins/VoiceService/res/resource.rc')
-rw-r--r-- | plugins/VoiceService/res/resource.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc index 56aed66bd4..ba96a5171b 100644 --- a/plugins/VoiceService/res/resource.rc +++ b/plugins/VoiceService/res/resource.rc @@ -72,6 +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 END IDD_NEW_CALL DIALOG 0, 0, 229, 87 @@ -123,7 +125,7 @@ BEGIN END IDD_VOICECALL DIALOGEX 0, 0, 160, 119 -STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | NOT WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Unknown call" FONT 8, "Ms Shell Dlg", 0, 0, 0x1 BEGIN |