mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 20:20:18 +00:00
Updated GTK3 dialog/button creation in gtkutil.c to use label strings with GTK2 stock fallbacks for file and input dialogs.
Added GTK3 icon-name macros and applied them to tab menu/search button icon usage in maingui.c, keeping GTK2 stock fallbacks intact. Introduced GTK3 icon-name helpers and macro splits for server list buttons/connect controls in servlistgui.c. Tightened GTK2/GTK3 icon macro separation in sexy-spell-entry.c.
This commit is contained in:
@@ -55,7 +55,8 @@
|
||||
#define ICON_ADD "list-add"
|
||||
#define ICON_REMOVE "list-remove"
|
||||
#define ICON_SPELL_CHECK "tools-check-spelling"
|
||||
#else
|
||||
#endif
|
||||
#if !HAVE_GTK3
|
||||
#define ICON_ADD GTK_STOCK_ADD
|
||||
#define ICON_REMOVE GTK_STOCK_REMOVE
|
||||
#define ICON_SPELL_CHECK GTK_STOCK_SPELL_CHECK
|
||||
|
||||
Reference in New Issue
Block a user