From 45d4025ad795abc649f25641fef54f6b3a060109 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 00:38:18 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20built-in=20popup=20menu=20defau?= =?UTF-8?q?lts=20to=20stop=20using=20mixed=20legacy=20GTK=20stock=20icon?= =?UTF-8?q?=20names=20and=20instead=20use=20the=20app=E2=80=99s=20unified?= =?UTF-8?q?=20zc-menu-*=20icon=20IDs=20(backed=20by=20data/icons/menu=20re?= =?UTF-8?q?sources).=20Specifically=20changed:=20Open=20Dialog=20Window,?= =?UTF-8?q?=20Send=20a=20File,=20User=20Info=20(WhoIs),=20Add=20to=20Frien?= =?UTF-8?q?ds=20List,=20and=20Ignore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/zoitechat.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/zoitechat.c b/src/common/zoitechat.c index dbb6e749..10ce8bc1 100644 --- a/src/common/zoitechat.c +++ b/src/common/zoitechat.c @@ -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"),