Hi all,
Inkscape on Windows has had this warning for a looong time now:
(inkscape.exe:2628): Gtk-WARNING **: Could not find the icon 'edit-select-all'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases
The select-all icon is displayed correctly in the menu, but is not displayed in the toolbar.
I've been trying to get rid of this warning/error; and as a result I think I've found some legacy dead code concerning icons. Are /src/ui/icons.h and icons.cpp ever used sensibly? The only one calling to these files is edit-widget.cpp. If I remove that call "Icons::init();", nothing changes for me. (all icons are displayed correctly, except for the select all icon in the toolbar)
the code in similar files seems very old and not used: stock-items.cpp stock.h
Who can tell me more about these files? I am planning on deleting them.
Thanks, Johan