diff options
Diffstat (limited to 'capplets/about-me/mate-about-me-dialog.ui')
-rw-r--r-- | capplets/about-me/mate-about-me-dialog.ui | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/capplets/about-me/mate-about-me-dialog.ui b/capplets/about-me/mate-about-me-dialog.ui index d33f7b9a..0061afe7 100644 --- a/capplets/about-me/mate-about-me-dialog.ui +++ b/capplets/about-me/mate-about-me-dialog.ui @@ -1,12 +1,38 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.22.0 + +mate-about-me-dialog - about me dialog window +Copyright (C) MATE Developers + +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 2 +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, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +Author: Wolfgang Ulbrich + +--> <interface> - <requires lib="gtk+" version="3.14"/> + <requires lib="gtk+" version="3.22"/> <!-- interface-license-type gplv2 --> <!-- interface-name mate-about-me-dialog --> <!-- interface-description about me dialog window --> <!-- interface-copyright MATE Developers --> <!-- interface-authors Wolfgang Ulbrich --> + <object class="GtkImage" id="window_close_button_img"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="icon_name">window-close</property> + </object> <object class="GtkDialog" id="about-me-dialog"> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -25,12 +51,13 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="closebutton1"> - <property name="label">gtk-close</property> + <property name="label" translatable="yes">_Close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">False</property> - <property name="use_stock">True</property> + <property name="image">window_close_button_img</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> @@ -213,5 +240,8 @@ <action-widgets> <action-widget response="-7">closebutton1</action-widget> </action-widgets> + <child type="titlebar"> + <placeholder/> + </child> </object> </interface> |