diff options
author | rbuj <[email protected]> | 2019-12-23 06:32:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-12 12:51:39 +0100 |
commit | 47eba1c5c2e2c5df3b5f367271898da92271ca84 (patch) | |
tree | 7389648812d99642386c89f57291c6bb36341720 /capplets/about-me/mate-about-me-dialog.ui | |
parent | 5ed2e463ad6c6b9942e0b3fa7fee2ff98fe2b00d (diff) | |
download | mate-control-center-47eba1c5c2e2c5df3b5f367271898da92271ca84.tar.bz2 mate-control-center-47eba1c5c2e2c5df3b5f367271898da92271ca84.tar.xz |
about-me: Fix UI validation
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> |