diff options
Diffstat (limited to 'aoview/aoview.glade')
| -rw-r--r-- | aoview/aoview.glade | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/aoview/aoview.glade b/aoview/aoview.glade index 92580472..74485ec5 100644 --- a/aoview/aoview.glade +++ b/aoview/aoview.glade @@ -213,6 +213,7 @@ <property name="visible">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> + <signal name="activate" handler="gtk_widget_show" object="about_dialog" after="yes"/> </widget> </child> </widget> @@ -426,4 +427,43 @@ </widget> </child> </widget> + <widget class="GtkAboutDialog" id="about_dialog"> + <property name="border_width">5</property> + <property name="title" translatable="yes">About AoView</property> + <property name="resizable">False</property> + <property name="type_hint">normal</property> + <property name="transient_for">aoview</property> + <property name="has_separator">False</property> + <property name="program_name">AoView</property> + <property name="copyright" translatable="yes">Copyright © 2009 Keith Packard</property> + <property name="comments" translatable="yes">AltOS data capture and display.</property> + <property name="website">http://altusmetrum.org</property> + <property name="license" translatable="yes">AoView 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; version 2 of the License. + +AoView is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with AoView; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</property> + <property name="authors">Keith Packard <keithp@keithp.com></property> + <property name="wrap_license">True</property> + <signal name="close" handler="gtk_widget_hide" object="about_dialog" after="yes"/> + <signal name="response" handler="gtk_widget_hide" object="about_dialog" after="yes"/> + <child internal-child="vbox"> + <widget class="GtkVBox" id="dialog-vbox7"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">2</property> + <child internal-child="action_area"> + <widget class="GtkHButtonBox" id="dialog-action_area7"> + <property name="visible">True</property> + <property name="layout_style">end</property> + </widget> + <packing> + <property name="expand">False</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + </widget> + </child> + </widget> </glade-interface> |
