From 81fe4a0a34e8e07305381e18e449246fef822673 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Jun 2012 11:47:05 +0000 Subject: sync git-svn-id: http://svn.miranda-ng.org/main/trunk@469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Chat/window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Chat/window.c') diff --git a/plugins/Chat/window.c b/plugins/Chat/window.c index 2021496563..67052b2a35 100644 --- a/plugins/Chat/window.c +++ b/plugins/Chat/window.c @@ -607,7 +607,7 @@ static LRESULT CALLBACK MessageSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, HMENU hSubMenu; hSubMenu = GetSubMenu(g_hMenu, 4); - CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM) hSubMenu, 0); + TranslateMenu(hSubMenu); SendMessage(hwnd, EM_EXGETSEL, 0, (LPARAM) & sel); EnableMenuItem(hSubMenu, ID_MESSAGE_UNDO, SendMessage(hwnd, EM_CANUNDO, 0,0)?MF_ENABLED:MF_GRAYED); @@ -2174,7 +2174,7 @@ LABEL_SHOWWINDOW: ClientToScreen(GetDlgItem(hwndDlg, IDC_TAB), &tci.pt); hSubMenu = GetSubMenu(g_hMenu, 5); - CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM) hSubMenu, 0); + TranslateMenu(hSubMenu); if (s) { WORD w = DBGetContactSettingWord(s->hContact, s->pszModule, "TabPosition", 0); if ( w == 0) @@ -2352,7 +2352,7 @@ LABEL_SHOWWINDOW: POINT pt; hSubMenu = GetSubMenu(g_hMenu, 2); - CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM) hSubMenu, 0); + TranslateMenu(hSubMenu); pt.x = (short) LOWORD(((ENLINK *) lParam)->lParam); pt.y = (short) HIWORD(((ENLINK *) lParam)->lParam); ClientToScreen(((NMHDR *) lParam)->hwndFrom, &pt); -- cgit v1.2.3