diff options
Diffstat (limited to 'plugins')
-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 |