From ada33e15355aaf0e222f7aa93063ab1efcdd21a1 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 30 Oct 2007 04:59:55 +0000 Subject: fixed to options git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@373 4f64403b-2f21-0410-a795-97e2b3489a10 --- worldtime/plugwin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'worldtime/plugwin.cpp') diff --git a/worldtime/plugwin.cpp b/worldtime/plugwin.cpp index 569f1bb..920b19c 100644 --- a/worldtime/plugwin.cpp +++ b/worldtime/plugwin.cpp @@ -615,10 +615,10 @@ LRESULT CALLBACK mypluginwindow1proc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM case WM_CONTEXTMENU: { - OPENOPTIONSDIALOG ood; + OPENOPTIONSDIALOG ood = {0}; ood.cbSize = sizeof(ood); - ood.pszGroup = Translate("Plugins"); - ood.pszPage = Translate("World Time"); + ood.pszGroup = "Plugins"; + ood.pszPage = "World Time"; CallService(MS_OPT_OPENOPTIONS, 0, (LPARAM)&ood); } -- cgit v1.2.3