diff options
Diffstat (limited to 'plugins/XSoundNotify/src/xsn_main.cpp')
| -rw-r--r-- | plugins/XSoundNotify/src/xsn_main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XSoundNotify/src/xsn_main.cpp b/plugins/XSoundNotify/src/xsn_main.cpp index 7a857a1b59..a6fecdae02 100644 --- a/plugins/XSoundNotify/src/xsn_main.cpp +++ b/plugins/XSoundNotify/src/xsn_main.cpp @@ -179,7 +179,7 @@ static int OnLoadInit(WPARAM, LPARAM)  	CLISTMENUITEM mi = { sizeof(mi) };
  	mi.position = -0x7FFFFFFF;
  	mi.flags = CMIF_TCHAR;
 -	mi.hIcon = LoadSkinnedIcon(SKINICON_OTHER_MIRANDA);
 +	mi.hIcon = Skin_LoadIcon(SKINICON_OTHER_MIRANDA);
  	mi.ptszName = LPGENT("Custom contact sound");
  	mi.pszService = "XSoundNotify/ContactMenuCommand";
  	hChangeSound = Menu_AddContactMenuItem(&mi);
  | 
