From a00179bdce011206849a312dc4efd610c73a97c0 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 5 Feb 2013 07:53:50 +0000 Subject: - Ping: translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@3431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/Ping/src/options.cpp b/plugins/Ping/src/options.cpp index 50e14bc6c7..7660f00896 100644 --- a/plugins/Ping/src/options.cpp +++ b/plugins/Ping/src/options.cpp @@ -183,6 +183,7 @@ INT_PTR CALLBACK DlgProcDestEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l switch ( msg ) { case WM_INITDIALOG: { + TranslateDialogDefault(hwndDlg); for(int i = ID_STATUS_OFFLINE; i <= ID_STATUS_OUTTOLUNCH; i++) { strptr = (char *)CallService(MS_CLIST_GETSTATUSMODEDESCRIPTION, (WPARAM)i, (LPARAM)0); hw = GetDlgItem(hwndDlg, IDC_COMBO_DESTSTAT); -- cgit v1.2.3