From 9566fbaeca3b722ad80ab29dba76dc8e1c92a275 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 21 Aug 2013 06:32:16 +0000 Subject: Tlen: forgotten translation of an options page git-svn-id: http://svn.miranda-ng.org/main/trunk@5769 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/src/tlen_opt.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Tlen/src') diff --git a/protocols/Tlen/src/tlen_opt.cpp b/protocols/Tlen/src/tlen_opt.cpp index 08faa0770e..4d58c572db 100644 --- a/protocols/Tlen/src/tlen_opt.cpp +++ b/protocols/Tlen/src/tlen_opt.cpp @@ -344,6 +344,7 @@ static INT_PTR CALLBACK TlenVoiceOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wPara switch (msg) { case WM_INITDIALOG: { + TranslateDialogDefault(hwndDlg); proto = (TlenProtocol *)lParam; SetWindowLongPtr(hwndDlg, GWLP_USERDATA, (LONG_PTR)proto); SendDlgItemMessage(hwndDlg, IDC_VOICE_POLICY, CB_ADDSTRING, 0, (LPARAM)TranslateT("Always ask me")); -- cgit v1.2.3