From 7b0555e380ca92285925d18c1045f28f9298bfd6 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 29 Nov 2011 03:58:20 +0100 Subject: own icon for winsys --- build/etc/system.png | Bin 0 -> 3578 bytes plugins/winsys/winsys.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 build/etc/system.png diff --git a/build/etc/system.png b/build/etc/system.png new file mode 100644 index 00000000..fc4282c7 Binary files /dev/null and b/build/etc/system.png differ 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); -- cgit 1.4.1