diff options
| author | George Hazan <ghazan@miranda.im> | 2023-03-02 14:28:37 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2023-03-02 14:28:37 +0300 |
| commit | 503e47ec741d4dd2df83798965c61b5b5391b1e4 (patch) | |
| tree | 0c70882fc4523201419d48fa4be2a79f6ebd3de7 | |
| parent | 5f5ca4ae9af9043ad2faefa053ae2dee1f68f36c (diff) | |
fixes #3361 (VoiceService: убрать "Неизвестный звонок" из заголовка окна)
| -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 a9d2c6c51f..decf6f4924 100644 --- a/plugins/VoiceService/res/resource.rc +++ b/plugins/VoiceService/res/resource.rc @@ -126,7 +126,7 @@ END IDD_VOICECALL DIALOGEX 0, 0, 160, 119 STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | NOT WS_VISIBLE | WS_CAPTION -CAPTION "Unknown call" +CAPTION "Voice Call" FONT 8, "Ms Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Call will disclose IP address to the peer and his server",-1,25,89,130,25 |
