diff options
Diffstat (limited to 'plugins/SplashScreen/src')
| -rw-r--r-- | plugins/SplashScreen/src/options.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp index 762ea4d531..398dd337db 100644 --- a/plugins/SplashScreen/src/options.cpp +++ b/plugins/SplashScreen/src/options.cpp @@ -429,7 +429,7 @@ INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP  int OptInit(WPARAM wParam, LPARAM lParam)
  {
 -	OPTIONSDIALOGPAGE odp = { sizeof(odp) };
 +	OPTIONSDIALOGPAGE odp = { 0 };
  	odp.hInstance = hInst;
  	odp.pszGroup = LPGEN("Skins");
  	odp.pszTemplate = MAKEINTRESOURCEA(IDD_SPLASH_OPT);
  | 
