summaryrefslogtreecommitdiffstats
path: root/src/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gui')
-rw-r--r--src/Gui/PluginSettingsUI.py4
-rw-r--r--src/Gui/settings_wizard.glade5
2 files changed, 4 insertions, 5 deletions
diff --git a/src/Gui/PluginSettingsUI.py b/src/Gui/PluginSettingsUI.py
index a2a3b7e2..8c24fde3 100644
--- a/src/Gui/PluginSettingsUI.py
+++ b/src/Gui/PluginSettingsUI.py
@@ -20,9 +20,7 @@ class PluginSettingsUI():
self.dialog.set_transient_for(parent)
else:
# we shouldn't get here, but just to be safe
- no_ui_label = gtk.Label(_("No UI for plugin %s" % pluginfo))
- self.add(no_ui_label)
- no_ui_label.show()
+ log1("No UI for plugin %s" % pluginfo)
if parent:
self.dialog.set_position(gtk.WIN_POS_CENTER_ON_PARENT)
diff --git a/src/Gui/settings_wizard.glade b/src/Gui/settings_wizard.glade
index e0d54a1e..3f3072be 100644
--- a/src/Gui/settings_wizard.glade
+++ b/src/Gui/settings_wizard.glade
@@ -7,6 +7,7 @@
<property name="title" translatable="yes">Wrong Settings Detected</property>
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
+ <property name="icon_name">abrt</property>
<property name="type_hint">normal</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@@ -85,7 +86,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="bCancel">
- <property name="label" translatable="yes">gtk-no</property>
+ <property name="label">gtk-no</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -99,7 +100,7 @@
</child>
<child>
<object class="GtkButton" id="bContinue">
- <property name="label" translatable="yes">gtk-yes</property>
+ <property name="label">gtk-yes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>