diff options
Diffstat (limited to 'src/default.ui')
-rw-r--r-- | src/default.ui | 42 |
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ä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 <http://www.gnu.org/licenses/>.</property> + <property name="authors">Jens Lammert <jens.lammert@st.ovgu.de> +Robin Haberkorn <robin.haberkorn@st.ovgu.de></property> + <property name="documenters">Jens Lammert <jens.lammert@st.ovgu.de> +Robin Haberkorn <robin.haberkorn@st.ovgu.de></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> |