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 /utils | |
parent | 4000b35d600ecd71733cb929c407e814309f3f49 (diff) |
mir_options:
- fixes #3857 (QuickContacts: слетел перевод)- fixes #3844 (ListeningTo: многие строки не переведены)
- fixes #3813 (AvatarHistory: пропал перевод настроек всплывающих окон)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mir_options.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/mir_options.cpp b/utils/mir_options.cpp index 96ac3f374c..83c1510c18 100644 --- a/utils/mir_options.cpp +++ b/utils/mir_options.cpp @@ -157,8 +157,6 @@ INT_PTR CALLBACK SaveOptsDlgProc(OptPageControl *controls, int controlsSize, cha switch (msg) { case WM_INITDIALOG: - TranslateDialog_LP(hwndDlg, 0); - for (int i = 0; i < controlsSize; i++) { OptPageControl *ctrl = &controls[i]; |