forked from AuroraMiddleware/gtk
7a3984ee62
Instead of hardcoding all the add_icon calls, read the icon list from a keyfile, for easier extensibility.
9 lines
267 B
XML
9 lines
267 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gtk/iconbrowser/gtk">
|
|
<file preprocess="xml-stripblanks">window.ui</file>
|
|
<file preprocess="xml-stripblanks">menus.ui</file>
|
|
<file>icon.list</file>
|
|
</gresource>
|
|
</gresources>
|