summary refs log tree commit diff stats
path: root/plugins/sysinfo
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-14 10:14:17 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-14 10:14:17 +0200
commitbed00e525d17062fb6bd656b03842c5307acbc0f (patch)
tree9fe972e8e66dcb0d45003cb91177f81126dd6c0b /plugins/sysinfo
parent096e837ece5698a120c15f15c0c0347459cc69ac (diff)
Relocate plugin icons
Diffstat (limited to 'plugins/sysinfo')
-rw-r--r--plugins/sysinfo/sysinfo.cpp2
1 files changed, 1 insertions, 1 deletions
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);