diff options
Diffstat (limited to 'plugins/UserGuide/src/main.cpp')
| -rw-r--r-- | plugins/UserGuide/src/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserGuide/src/main.cpp b/plugins/UserGuide/src/main.cpp index 4ca983f323..a3cb2e2e1b 100644 --- a/plugins/UserGuide/src/main.cpp +++ b/plugins/UserGuide/src/main.cpp @@ -84,7 +84,7 @@ extern "C" __declspec(dllexport) int Load(void)  	mir_getLP(&pluginInfo);
  	hShowGuide = CreateServiceFunction("UserGuide/ShowGuide", ShowGuideFile);
 -	CLISTMENUITEM mi = { sizeof(mi) };
 +	CLISTMENUITEM mi = { 0 };
  	mi.position = 500000;
  	mi.flags = CMIF_TCHAR;
  	mi.hIcon = Skin_LoadIcon(SKINICON_OTHER_HELP);
  | 
