diff options
Diffstat (limited to 'plugins/Scriver/chat/window.c')
-rw-r--r-- | plugins/Scriver/chat/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/chat/window.c b/plugins/Scriver/chat/window.c index cc49d7172c..a1a295e49d 100644 --- a/plugins/Scriver/chat/window.c +++ b/plugins/Scriver/chat/window.c @@ -2123,7 +2123,7 @@ LABEL_SHOWWINDOW: mii.dwTypeData = TranslateTS((toolbarButtons[i].name));
InsertMenuItem(hToolbarMenu, i, TRUE, &mii);
}
-// CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM) hToolbarMenu, 0);
+// TranslateMenu(hToolbarMenu);
pt.x = (short) LOWORD(GetMessagePos());
pt.y = (short) HIWORD(GetMessagePos());
i = TrackPopupMenu(hToolbarMenu, TPM_RETURNCMD, pt.x, pt.y, 0, hwndDlg, NULL);
|