From bed00e525d17062fb6bd656b03842c5307acbc0f Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 14 Apr 2013 10:14:17 +0200 Subject: Relocate plugin icons --- plugins/mpcinfo/mpcInfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mpcinfo/mpcInfo.c') diff --git a/plugins/mpcinfo/mpcInfo.c b/plugins/mpcinfo/mpcInfo.c index 0ba9385c..72a3ca07 100644 --- a/plugins/mpcinfo/mpcInfo.c +++ b/plugins/mpcinfo/mpcInfo.c @@ -131,7 +131,7 @@ int hexchat_plugin_init(hexchat_plugin *plugin_handle, char **plugin_name, char hexchat_hook_command(ph, "mpc", HEXCHAT_PRI_NORM, mpc_tell,"no help text", 0); hexchat_hook_command(ph, "mpc_themes", HEXCHAT_PRI_NORM, print_themes,"no help text", 0); hexchat_hook_command(ph, "mpc_reloadthemes", HEXCHAT_PRI_NORM, mpc_themeReload,"no help text", 0); - hexchat_command (ph, "MENU -ietc\\music.png ADD \"Window/Display Current Song (MPC)\" \"MPC\""); + hexchat_command (ph, "MENU -ishare\\music.png ADD \"Window/Display Current Song (MPC)\" \"MPC\""); themeInit(); loadThemes(); -- cgit 1.4.1