Fix dialog icon in userlist popup and add entry for Ignore

This commit is contained in:
Berke Viktor 2012-10-20 19:58:41 +02:00
parent c1bc4303ce
commit 29e96d7611
1 changed files with 3 additions and 1 deletions

View File

@ -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"),