summaryrefslogtreecommitdiff
path: root/worldtime/plugwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'worldtime/plugwin.cpp')
-rw-r--r--worldtime/plugwin.cpp6
1 files changed, 3 insertions, 3 deletions
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);
}