diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-05 07:53:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-05 07:53:50 +0000 |
commit | a00179bdce011206849a312dc4efd610c73a97c0 (patch) | |
tree | 0ef2a8f2c9f0680d63c7688e5a808746a20fb0a9 /plugins/Ping | |
parent | 0f80c628c0a6678b16e5a947c22162ad7fc2a64a (diff) |
- Ping: translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping')
-rw-r--r-- | plugins/Ping/src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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);
|