From c1ccb79a7110c4c692c5d88b95281c9ad5c497a0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Nov 2023 20:31:21 +0300 Subject: mir_options: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fixes #3857 (QuickContacts: слетел перевод) - fixes #3844 (ListeningTo: многие строки не переведены) - fixes #3813 (AvatarHistory: пропал перевод настроек всплывающих окон) --- utils/mir_options.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils') 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]; -- cgit v1.2.3