diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-28 12:42:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-28 12:42:14 +0300 |
commit | 360c1c9f1dd2a6a686a4a5c6ebe1a317aa3f5aa3 (patch) | |
tree | 4fa1a6200dd6015c94aa6e48179bd0b3c86ce68f /plugins/VoiceService/res | |
parent | c971b7e7f0cb5d72dffc208421a187d49c4e6895 (diff) |
fixes #3348 (VoiceService: крестик должен прерывать звонок)
Diffstat (limited to 'plugins/VoiceService/res')
-rw-r--r-- | plugins/VoiceService/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc index ba96a5171b..a9d2c6c51f 100644 --- a/plugins/VoiceService/res/resource.rc +++ b/plugins/VoiceService/res/resource.rc @@ -125,7 +125,7 @@ BEGIN END IDD_VOICECALL DIALOGEX 0, 0, 160, 119 -STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | NOT WS_VISIBLE | WS_CAPTION | WS_SYSMENU +STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | NOT WS_VISIBLE | WS_CAPTION CAPTION "Unknown call" FONT 8, "Ms Shell Dlg", 0, 0, 0x1 BEGIN |