forked from AuroraMiddleware/gtk
792857c7b8
No need to manually create a builder and pass the resource to it, just follow the conventions and have GtkApplication do it for us.
8 lines
240 B
XML
8 lines
240 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>
|
|
</gresource>
|
|
</gresources>
|