diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-29 03:58:20 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-29 03:58:20 +0100 |
commit | 7b0555e380ca92285925d18c1045f28f9298bfd6 (patch) | |
tree | 7e0af6666c39d5787d9c44385de70ecd35b02044 /plugins/winsys | |
parent | 8fd64410b9e19558116c647c699a94ead7753957 (diff) |
own icon for winsys
Diffstat (limited to 'plugins/winsys')
-rw-r--r-- | plugins/winsys/winsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/winsys/winsys.cpp b/plugins/winsys/winsys.cpp index 08e5d809..a3fa94f9 100644 --- a/plugins/winsys/winsys.cpp +++ b/plugins/winsys/winsys.cpp @@ -375,7 +375,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi *plugin_version = "1.0"; xchat_hook_command (ph, "WINSYS", XCHAT_PRI_NORM, printInfo, NULL, NULL); - xchat_command (ph, "MENU -ietc\\download.png ADD \"Window/Display System Info\" \"WINSYS\""); + xchat_command (ph, "MENU -ietc\\system.png ADD \"Window/Display System Info\" \"WINSYS\""); xchat_printf (ph, "%s plugin loaded\n", *plugin_name); |