diff options
Diffstat (limited to 'rapid/glade3/about.ui')
-rw-r--r-- | rapid/glade3/about.ui | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/rapid/glade3/about.ui b/rapid/glade3/about.ui index 7e10e37..b770f72 100644 --- a/rapid/glade3/about.ui +++ b/rapid/glade3/about.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> <requires lib="gtk+" version="2.20"/> + <!-- interface-naming-policy toplevel-contextual --> <object class="GtkAboutDialog" id="about"> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -8,7 +9,7 @@ <property name="icon">rapid-photo-downloader.svg</property> <property name="type_hint">dialog</property> <property name="program_name">Rapid Photo Downloader</property> - <property name="copyright">Copyright Damon Lynch 2007-11</property> + <property name="copyright">Copyright Damon Lynch 2007-12</property> <property name="comments" translatable="yes">Import your photos and videos efficiently and reliably</property> <property name="website">http://www.damonlynch.net/rapid</property> <property name="license">Rapid Photo Downloader is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. @@ -26,6 +27,7 @@ Bert <crinbert@yahoo.com> Martin Dahl Moe Marco de Freitas <marcodefreitas@gmail.com> Martin Egger <martin.egger@gmx.net> +Tauno Erik <tauno.erik@gmail.com> Emanuele Grande <caccolangrifata@gmail.com> Torben Gundtofte-Bruun <torben@g-b.dk> Miroslav Matejaš <silverspace@ubuntu-hr.org> @@ -52,13 +54,12 @@ Aron Xu <happyaron.xu@gmail.com> <property name="logo">rapid-photo-downloader.svg</property> <property name="wrap_license">True</property> <child internal-child="vbox"> - <object class="GtkBox" id="dialog-vbox1"> + <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="orientation">vertical</property> <property name="spacing">2</property> <child internal-child="action_area"> - <object class="GtkButtonBox" id="dialog-action_area1"> + <object class="GtkHButtonBox" id="dialog-action_area1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="layout_style">end</property> |