diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-14 10:14:17 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-14 10:14:17 +0200 |
commit | bed00e525d17062fb6bd656b03842c5307acbc0f (patch) | |
tree | 9fe972e8e66dcb0d45003cb91177f81126dd6c0b /plugins/upd | |
parent | 096e837ece5698a120c15f15c0c0347459cc69ac (diff) |
Relocate plugin icons
Diffstat (limited to 'plugins/upd')
-rw-r--r-- | plugins/upd/upd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |