summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-03 21:33:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-03 21:33:18 +0300
commit39d45aa03fa7472f7f1400f45ea4114a411bcad2 (patch)
tree5511505305d53eee9bf0eecf6e5cd07ad26955b2 /src
parent2714df91a4aaf00d3a05b1675769d2fdb4350287 (diff)
fixes #970 (TabSRMM: message sessions log options translation bug)
Diffstat (limited to 'src')
-rw-r--r--src/mir_core/src/CDlgBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/CDlgBase.cpp b/src/mir_core/src/CDlgBase.cpp
index 6921d47de2..9b125b4a38 100644
--- a/src/mir_core/src/CDlgBase.cpp
+++ b/src/mir_core/src/CDlgBase.cpp
@@ -125,7 +125,7 @@ INT_PTR CDlgBase::DlgProc(UINT msg, WPARAM wParam, LPARAM lParam)
switch (msg) {
case WM_INITDIALOG:
m_initialized = false;
- TranslateDialogDefault(m_hwnd);
+ TranslateDialog_LP(m_hwnd, GetPluginLangByInstance(m_hInst));
NotifyControls(&CCtrlBase::OnInit);
OnInitDialog();