diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-21 06:32:16 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-21 06:32:16 +0000 |
commit | 9566fbaeca3b722ad80ab29dba76dc8e1c92a275 (patch) | |
tree | 2cb47656ad8b68bb39580052423ae78f127f604d /protocols | |
parent | 76d0952c0c67fa8930439f289c87eac76b2f929e (diff) |
Tlen: forgotten translation of an options page
git-svn-id: http://svn.miranda-ng.org/main/trunk@5769 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Tlen/src/tlen_opt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"));
|