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:
2026-02-18 00:38:18 -07:00
parent f6b78bd167
commit 45d4025ad7

View File

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