Relocate plugin icons

This commit is contained in:
Berke Viktor
2013-04-14 10:14:17 +02:00
parent 096e837ece
commit bed00e525d
8 changed files with 4 additions and 4 deletions

View File

@@ -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();