From 29e96d7611c37a806c6f11080d38fd7912aa7dbb Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 20 Oct 2012 19:58:41 +0200 Subject: [PATCH] Fix dialog icon in userlist popup and add entry for Ignore --- src/common/xchat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/xchat.c b/src/common/xchat.c index e421939a..d6ccf301 100644 --- a/src/common/xchat.c +++ b/src/common/xchat.c @@ -713,6 +713,7 @@ xchat_init (void) "NAME %s~%s~\n" "CMD send %%s\n\n"\ "NAME %s~%s~\n" "CMD whois %%s %%s\n\n"\ "NAME %s~%s~\n" "CMD notify -n ASK %%s\n\n"\ + "NAME %s~%s~\n" "CMD ignore %%s!*@* ALL\n\n"\ "NAME SUB\n" "CMD %s\n\n"\ "NAME %s\n" "CMD op %%a\n\n"\ @@ -737,10 +738,11 @@ xchat_init (void) "NAME ENDSUB\n" "CMD \n\n"\ "NAME ENDSUB\n" "CMD \n\n", - _("_Open Dialog Window"), "xchat-dialog", + _("_Open Dialog Window"), "gtk-go-up", _("_Send a File"), "gtk-floppy", _("_User Info (WhoIs)"), "gtk-info", _("_Add to Friends List"), "gtk-add", + _("_Ignore"), "gtk-stop", _("O_perator Actions"), _("Give Ops"),