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 +- plugins/sysinfo/sysinfo.cpp | 2 +- plugins/upd/upd.c | 2 +- plugins/winamp/winamp.c | 2 +- win32/copy/etc/download.png | Bin 703 -> 0 bytes win32/copy/etc/gtkpref.png | Bin 323 -> 0 bytes win32/copy/etc/music.png | Bin 3577 -> 0 bytes win32/copy/etc/system.png | Bin 3578 -> 0 bytes win32/copy/share/download.png | Bin 0 -> 703 bytes win32/copy/share/gtkpref.png | Bin 0 -> 323 bytes win32/copy/share/music.png | Bin 0 -> 3577 bytes win32/copy/share/system.png | Bin 0 -> 3578 bytes 12 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 win32/copy/etc/download.png delete mode 100644 win32/copy/etc/gtkpref.png delete mode 100644 win32/copy/etc/music.png delete mode 100644 win32/copy/etc/system.png create mode 100644 win32/copy/share/download.png create mode 100644 win32/copy/share/gtkpref.png create mode 100644 win32/copy/share/music.png create mode 100644 win32/copy/share/system.png 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(); diff --git a/plugins/sysinfo/sysinfo.cpp b/plugins/sysinfo/sysinfo.cpp index ca74bb41..4c307957 100644 --- a/plugins/sysinfo/sysinfo.cpp +++ b/plugins/sysinfo/sysinfo.cpp @@ -398,7 +398,7 @@ hexchat_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name, char **p firstRun = 1; hexchat_hook_command (ph, "SYSINFO", HEXCHAT_PRI_NORM, printInfo, NULL, NULL); - hexchat_command (ph, "MENU -ietc\\system.png ADD \"Window/Display System Info\" \"SYSINFO\""); + hexchat_command (ph, "MENU -ishare\\system.png ADD \"Window/Display System Info\" \"SYSINFO\""); hexchat_printf (ph, "%s plugin loaded\n", name); diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index ee830ce2..3ab8edd5 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -307,7 +307,7 @@ hexchat_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name, char **p hexchat_hook_command (ph, "UPDCHK", HEXCHAT_PRI_NORM, print_version, upd_help, NULL); hexchat_hook_timer (ph, delay * 1000, delayed_check, NULL); - hexchat_command (ph, "MENU -ietc\\download.png ADD \"Help/Check for Updates\" \"UPDCHK\""); + hexchat_command (ph, "MENU -ishare\\download.png ADD \"Help/Check for Updates\" \"UPDCHK\""); hexchat_printf (ph, "%s plugin loaded\n", name); return 1; /* return 1 for success */ diff --git a/plugins/winamp/winamp.c b/plugins/winamp/winamp.c index 9ffcff04..389adcbc 100644 --- a/plugins/winamp/winamp.c +++ b/plugins/winamp/winamp.c @@ -173,7 +173,7 @@ hexchat_plugin_init(hexchat_plugin *plugin_handle, *plugin_version = "0.5"; hexchat_hook_command (ph, "WINAMP", HEXCHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0); - hexchat_command (ph, "MENU -ietc\\music.png ADD \"Window/Display Current Song (Winamp)\" \"WINAMP\""); + hexchat_command (ph, "MENU -ishare\\music.png ADD \"Window/Display Current Song (Winamp)\" \"WINAMP\""); hexchat_print (ph, "Winamp plugin loaded\n"); diff --git a/win32/copy/etc/download.png b/win32/copy/etc/download.png deleted file mode 100644 index 43253432..00000000 Binary files a/win32/copy/etc/download.png and /dev/null differ diff --git a/win32/copy/etc/gtkpref.png b/win32/copy/etc/gtkpref.png deleted file mode 100644 index 9a6c9cf9..00000000 Binary files a/win32/copy/etc/gtkpref.png and /dev/null differ diff --git a/win32/copy/etc/music.png b/win32/copy/etc/music.png deleted file mode 100644 index 3a72f118..00000000 Binary files a/win32/copy/etc/music.png and /dev/null differ diff --git a/win32/copy/etc/system.png b/win32/copy/etc/system.png deleted file mode 100644 index fc4282c7..00000000 Binary files a/win32/copy/etc/system.png and /dev/null differ diff --git a/win32/copy/share/download.png b/win32/copy/share/download.png new file mode 100644 index 00000000..43253432 Binary files /dev/null and b/win32/copy/share/download.png differ diff --git a/win32/copy/share/gtkpref.png b/win32/copy/share/gtkpref.png new file mode 100644 index 00000000..9a6c9cf9 Binary files /dev/null and b/win32/copy/share/gtkpref.png differ diff --git a/win32/copy/share/music.png b/win32/copy/share/music.png new file mode 100644 index 00000000..3a72f118 Binary files /dev/null and b/win32/copy/share/music.png differ diff --git a/win32/copy/share/system.png b/win32/copy/share/system.png new file mode 100644 index 00000000..fc4282c7 Binary files /dev/null and b/win32/copy/share/system.png differ -- cgit 1.4.1