mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Fix dialog icon in userlist popup and add entry for Ignore
This commit is contained in:
parent
c1bc4303ce
commit
29e96d7611
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user