diff options
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.GTKBuilder')
| -rw-r--r-- | lib/Plugins/KerneloopsReporter.GTKBuilder | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Plugins/KerneloopsReporter.GTKBuilder b/lib/Plugins/KerneloopsReporter.GTKBuilder index 65f993f..dbe6c96 100644 --- a/lib/Plugins/KerneloopsReporter.GTKBuilder +++ b/lib/Plugins/KerneloopsReporter.GTKBuilder @@ -6,6 +6,7 @@ <property name="border_width">12</property> <property name="resizable">False</property> <property name="modal">True</property> + <property name="icon">/usr/share/pixmaps/abrt.png</property> <property name="type_hint">normal</property> <property name="has_separator">False</property> <child internal-child="vbox"> @@ -73,8 +74,8 @@ <property name="visible">True</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="button1"> - <property name="label" translatable="yes">gtk-apply</property> + <object class="GtkButton" id="button2"> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -87,8 +88,8 @@ </packing> </child> <child> - <object class="GtkButton" id="button2"> - <property name="label" translatable="yes">gtk-cancel</property> + <object class="GtkButton" id="button1"> + <property name="label">gtk-apply</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -110,8 +111,8 @@ </object> </child> <action-widgets> - <action-widget response="-10">button1</action-widget> <action-widget response="-6">button2</action-widget> + <action-widget response="-10">button1</action-widget> </action-widgets> </object> </interface> |
