diff options
author | Tristan Van Berkom <tristanvb@openismus.com> | 2013-03-22 21:51:40 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristanvb@openismus.com> | 2013-04-08 21:19:28 +0900 |
commit | 67a2cdb303d640ef78a0369741453c33a975fd52 (patch) | |
tree | 098044437ec77f56559ba04a0ba94350cd5e00bd /gtk/gtk.gresource.xml | |
parent | 56167944e57f73bf1beba0b03be0843e39bceee7 (diff) | |
download | gtk+-67a2cdb303d640ef78a0369741453c33a975fd52.tar.gz |
GtkAboutDialog: Define children with a GtkBuilder template
Diffstat (limited to 'gtk/gtk.gresource.xml')
-rw-r--r-- | gtk/gtk.gresource.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.gresource.xml b/gtk/gtk.gresource.xml index cfd3025170..af69aa0d47 100644 --- a/gtk/gtk.gresource.xml +++ b/gtk/gtk.gresource.xml @@ -11,6 +11,7 @@ <file alias="cursor/dnd-none.png">cursor_dnd_none.png</file> <file alias="cursor/dnd-move.png">cursor_dnd_move.png</file> <file alias="cursor/dnd-copy.png">cursor_dnd_copy.png</file> + <file compressed="true">gtkaboutdialog.ui</file> <file compressed="true">gtkdialog.ui</file> <file compressed="true">gtkinfobar.ui</file> <file compressed="true">gtkmessagedialog.ui</file> |