diff options
Diffstat (limited to 'plugins/TooltipNotify/src')
| -rw-r--r-- | plugins/TooltipNotify/src/TooltipNotify.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TooltipNotify/src/TooltipNotify.cpp b/plugins/TooltipNotify/src/TooltipNotify.cpp index 4b6db0329e..55fadc002f 100644 --- a/plugins/TooltipNotify/src/TooltipNotify.cpp +++ b/plugins/TooltipNotify/src/TooltipNotify.cpp @@ -269,7 +269,7 @@ int CTooltipNotify::ContactSettingChanged(WPARAM hContact, LPARAM lParam)  int CTooltipNotify::InitializeOptions(WPARAM wParam, LPARAM lParam)
  {
 -	OPTIONSDIALOGPAGE odp = { sizeof(odp) };
 +	OPTIONSDIALOGPAGE odp = { 0 };
  	odp.position = 100000000;
  	odp.hInstance = g_hInstDLL;
  	odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS);
  | 
