summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-20 19:58:41 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-20 19:58:41 +0200
commit29e96d7611c37a806c6f11080d38fd7912aa7dbb (patch)
tree7f25ed0fe55d540dc2c7d74efedcc59adddc3587 /src
parentc1bc4303ceeb04766adc7700efa86e42110b7874 (diff)
Fix dialog icon in userlist popup and add entry for Ignore
Diffstat (limited to 'src')
-rw-r--r--src/common/xchat.c4
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"),