diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-20 19:58:41 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-20 19:58:41 +0200 |
commit | 29e96d7611c37a806c6f11080d38fd7912aa7dbb (patch) | |
tree | 7f25ed0fe55d540dc2c7d74efedcc59adddc3587 /src/common/xchat.c | |
parent | c1bc4303ceeb04766adc7700efa86e42110b7874 (diff) |
Fix dialog icon in userlist popup and add entry for Ignore
Diffstat (limited to 'src/common/xchat.c')
-rw-r--r-- | src/common/xchat.c | 4 |
1 files changed, 3 insertions, 1 deletions
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"), |