Skip to content

Commit a73abb8

Browse files
committed
notification-area-preferences-dialog.ui: avoid GtkButton:use-stock
1 parent 5764886 commit a73abb8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

applets/notification_area/notification-area-preferences-dialog.ui

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Author: Wolfgang Ulbrich
2222
2323
-->
2424
<interface>
25-
<requires lib="gtk+" version="3.14"/>
25+
<requires lib="gtk+" version="3.22"/>
2626
<!-- interface-license-type gplv2 -->
2727
<!-- interface-name mate-panel -->
2828
<!-- interface-description panel-properties-dialog -->
@@ -35,6 +35,11 @@ Author: Wolfgang Ulbrich
3535
<property name="step_increment">1</property>
3636
<property name="page_increment">1</property>
3737
</object>
38+
<object class="GtkImage" id="image1">
39+
<property name="visible">True</property>
40+
<property name="can_focus">False</property>
41+
<property name="icon_name">window-close</property>
42+
</object>
3843
<object class="GtkDialog" id="notification_area_preferences_dialog">
3944
<property name="can_focus">False</property>
4045
<property name="border_width">5</property>
@@ -57,13 +62,14 @@ Author: Wolfgang Ulbrich
5762
<property name="can_focus">False</property>
5863
<child>
5964
<object class="GtkButton" id="closebutton">
60-
<property name="label">gtk-close</property>
65+
<property name="label" translatable="yes">_Close</property>
6166
<property name="visible">True</property>
6267
<property name="can_focus">True</property>
6368
<property name="has_focus">True</property>
6469
<property name="can_default">True</property>
6570
<property name="receives_default">False</property>
66-
<property name="use_stock">True</property>
71+
<property name="image">image1</property>
72+
<property name="use_underline">True</property>
6773
</object>
6874
<packing>
6975
<property name="expand">False</property>

0 commit comments

Comments
 (0)