diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-06 20:31:21 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-06 20:31:21 +0300 |
commit | c1ccb79a7110c4c692c5d88b95281c9ad5c497a0 (patch) | |
tree | 32987e4863e5f50735cb0dd489b80c91b1d6f102 /plugins/VoiceService/src | |
parent | 4000b35d600ecd71733cb929c407e814309f3f49 (diff) |
mir_options:
- fixes #3857 (QuickContacts: слетел перевод)- fixes #3844 (ListeningTo: многие строки не переведены)
- fixes #3813 (AvatarHistory: пропал перевод настроек всплывающих окон)
Diffstat (limited to 'plugins/VoiceService/src')
-rw-r--r-- | plugins/VoiceService/src/options.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/VoiceService/src/options.cpp b/plugins/VoiceService/src/options.cpp index 729b6bfa24..4038a2e2b2 100644 --- a/plugins/VoiceService/src/options.cpp +++ b/plugins/VoiceService/src/options.cpp @@ -85,6 +85,8 @@ static INT_PTR CALLBACK PopupsDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPA switch (msg) { case WM_INITDIALOG: + TranslateDialogDefault(hwndDlg); + hwndCombo = GetDlgItem(hwndDlg, IDC_RIGHT_ACTION); ComboBox_AddString(hwndCombo, TranslateT("Do nothing")); ComboBox_AddString(hwndCombo, TranslateT("Close popup")); |