diff options
Diffstat (limited to 'data/about-dialog.ui')
-rw-r--r-- | data/about-dialog.ui | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/data/about-dialog.ui b/data/about-dialog.ui index 9d3fe07..fc0d086 100644 --- a/data/about-dialog.ui +++ b/data/about-dialog.ui @@ -1,11 +1,11 @@ <?xml version="1.0"?> -<!--*- mode: xml -*--> <interface> + <!-- interface-requires gtk+ 2.12 --> + <!-- interface-naming-policy toplevel-contextual --> <object class="GtkAboutDialog" id="about_dialog"> - <property name="border_width">5</property> <property name="visible">True</property> - <property name="destroy_with_parent">False</property> - <property name="name" translatable="yes">GStreamer Debug Viewer</property> + <property name="border_width">5</property> + <property name="type_hint">dialog</property> <property name="copyright" translatable="yes">Copyright © 2007 René Stadler</property> <property name="comments" translatable="yes">View and analyze GStreamer debug files</property> <property name="license"> GNU GENERAL PUBLIC LICENSE @@ -682,9 +682,20 @@ may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.</property> - <property name="wrap_license">False</property> <property name="authors">René Stadler <mail@renestadler.de></property> - <property comments="TRANSLATORS: Replace this string with your names, one name per line." name="translator_credits" translatable="yes">translator-credits</property> + <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> <property name="logo">gst-debug-viewer.png</property> + <child internal-child="vbox"> + <object class="GtkVBox" id="dialog-vbox1"> + <child internal-child="action_area"> + <object class="GtkHButtonBox" id="dialog-action_area1"/> + <packing> + <property name="expand">False</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + </object> + </child> </object> </interface> |