mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Updated the built-in popup menu defaults to stop using mixed legacy GTK stock icon names and instead use the app’s unified zc-menu-* icon IDs (backed by data/icons/menu resources). Specifically changed: Open Dialog Window, Send a File, User Info (WhoIs), Add to Friends List, and Ignore.
This commit is contained in:
@@ -1332,11 +1332,11 @@ xchat_init (void)
|
||||
"NAME ENDSUB\n" "CMD \n\n"\
|
||||
"NAME ENDSUB\n" "CMD \n\n",
|
||||
|
||||
_("_Open Dialog Window"), "gtk-go-up",
|
||||
_("_Send a File" ELLIPSIS), "gtk-floppy",
|
||||
_("_User Info (WhoIs)"), "gtk-info",
|
||||
_("_Add to Friends List" ELLIPSIS), "gtk-add",
|
||||
_("_Ignore"), "gtk-stop",
|
||||
_("_Open Dialog Window"), "zc-menu-new",
|
||||
_("_Send a File" ELLIPSIS), "zc-menu-save",
|
||||
_("_User Info (WhoIs)"), "zc-menu-about",
|
||||
_("_Add to Friends List" ELLIPSIS), "zc-menu-add",
|
||||
_("_Ignore"), "zc-menu-remove",
|
||||
_("O_perator Actions"),
|
||||
|
||||
_("Give Ops"),
|
||||
|
||||
Reference in New Issue
Block a user