diff options
Diffstat (limited to 'plugins/StopSpamPlus/src')
| -rw-r--r-- | plugins/StopSpamPlus/src/opt_proto.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StopSpamPlus/src/opt_proto.cpp b/plugins/StopSpamPlus/src/opt_proto.cpp index 21ddd4d1d3..9c6875baf4 100644 --- a/plugins/StopSpamPlus/src/opt_proto.cpp +++ b/plugins/StopSpamPlus/src/opt_proto.cpp @@ -58,10 +58,10 @@ INT_PTR CALLBACK ProtoDlgProc(HWND hwnd, UINT msg, WPARAM, LPARAM lParam)  			HICON Icon;
  			Icon = (HICON)LoadSkinnedIcon(SKINICON_OTHER_NOTICK);
  			ImageList_AddIcon(himlCheckBoxes, Icon);
 -			Skin_ReleaseIcon(Icon);
 +			IcoLib_ReleaseIcon(Icon);
  			Icon = (HICON)LoadSkinnedIcon(SKINICON_OTHER_TICK);
  			ImageList_AddIcon(himlCheckBoxes, Icon);
 -			Skin_ReleaseIcon(Icon);
 +			IcoLib_ReleaseIcon(Icon);
  			TreeView_SetImageList(hwndProto, himlCheckBoxes, TVSIL_NORMAL);
  		}
  | 
