aboutsummaryrefslogtreecommitdiff
path: root/src/default.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/default.ui')
-rw-r--r--src/default.ui42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/default.ui b/src/default.ui
index 6d49350..e8496d6 100644
--- a/src/default.ui
+++ b/src/default.ui
@@ -129,6 +129,7 @@
<property name="visible">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
+ <signal name="activate" handler="help_menu_about_item_activate_cb" object="about_dialog"/>
</object>
</child>
</object>
@@ -504,4 +505,45 @@ audio-volume-medium</property>
<property name="visible">True</property>
<property name="stock">gtk-directory</property>
</object>
+ <object class="GtkAboutDialog" id="about_dialog">
+ <property name="border_width">5</property>
+ <property name="resizable">False</property>
+ <property name="window_position">center-on-parent</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="skip_pager_hint">True</property>
+ <property name="transient_for">player_window</property>
+ <property name="copyright">Copyright (C) 2012 Otto-von-Guericke-Universit&#xE4;t Magdeburg</property>
+ <property name="license">This program 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 3 of the License, or (at your option) any later version.
+
+This program 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 this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
+ <property name="authors">Jens Lammert &lt;jens.lammert@st.ovgu.de&gt;
+Robin Haberkorn &lt;robin.haberkorn@st.ovgu.de&gt;</property>
+ <property name="documenters">Jens Lammert &lt;jens.lammert@st.ovgu.de&gt;
+Robin Haberkorn &lt;robin.haberkorn@st.ovgu.de&gt;</property>
+ <property name="wrap_license">True</property>
+ <child internal-child="vbox">
+ <object class="GtkVBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ <child>
+ <placeholder/>
+ </child>
+ <child internal-child="action_area">
+ <object class="GtkHButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="layout_style">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
</interface>