diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-02-03 22:06:07 +0100 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-02-03 22:06:07 +0100 |
commit | fca632faa0c0ce211a74787d688be7cd6627cd30 (patch) | |
tree | 90cb8ec31ea8133c0e2dd94f083c223446273cda /src | |
parent | 84234fa714e176255bb5fc89f5a7baa54ae0fdbe (diff) | |
download | abrt-fca632faa0c0ce211a74787d688be7cd6627cd30.tar.gz abrt-fca632faa0c0ce211a74787d688be7cd6627cd30.tar.xz abrt-fca632faa0c0ce211a74787d688be7cd6627cd30.zip |
GUI: fixed windows icons and titles rhbz#537240, rhbz#560964
Diffstat (limited to 'src')
-rw-r--r-- | src/Gui/ccgui.glade | 2 | ||||
-rw-r--r-- | src/Gui/settings.glade | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade index 65ad9fe6..237f23a1 100644 --- a/src/Gui/ccgui.glade +++ b/src/Gui/ccgui.glade @@ -9,6 +9,7 @@ <property name="modal">True</property> <property name="window_position">center-on-parent</property> <property name="default_width">470</property> + <property name="icon">/usr/share/pixmaps/abrt.png</property> <property name="transient_for">main_window3</property> <child> <widget class="GtkVBox" id="vbox1"> @@ -76,6 +77,7 @@ <property name="title" translatable="yes">About ABRT</property> <property name="resizable">False</property> <property name="window_position">center-on-parent</property> + <property name="icon">/usr/share/pixmaps/abrt.png</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <property name="program_name">ABRT</property> diff --git a/src/Gui/settings.glade b/src/Gui/settings.glade index 655c15b2..a9a14f43 100644 --- a/src/Gui/settings.glade +++ b/src/Gui/settings.glade @@ -3,11 +3,12 @@ <requires lib="gtk+" version="2.16"/> <!-- interface-naming-policy project-wide --> <object class="GtkWindow" id="wPluginsSettings"> - <property name="title" translatable="yes">Settings</property> + <property name="title" translatable="yes">Plugins</property> <property name="modal">True</property> <property name="window_position">center-on-parent</property> <property name="default_width">450</property> <property name="default_height">400</property> + <property name="icon">/usr/share/pixmaps/abrt.png</property> <child> <object class="GtkVBox" id="vboxabc1"> <property name="visible">True</property> @@ -254,11 +255,12 @@ </child> </object> <object class="GtkWindow" id="wGlobalSettings"> - <property name="title" translatable="yes">Global Settings</property> + <property name="title" translatable="yes">Preferences</property> <property name="modal">True</property> <property name="window_position">center-on-parent</property> <property name="default_width">450</property> <property name="default_height">400</property> + <property name="icon">/usr/share/pixmaps/abrt.png</property> <child> <object class="GtkVBox" id="gsvbox1"> <property name="visible">True</property> @@ -706,7 +708,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="bCancelSettings"> - <property name="label" translatable="yes">gtk-cancel</property> + <property name="label">gtk-cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -720,7 +722,7 @@ </child> <child> <object class="GtkButton" id="bSaveSettings"> - <property name="label" translatable="yes">gtk-ok</property> + <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> @@ -753,6 +755,7 @@ <property name="window_position">center-on-parent</property> <property name="default_width">400</property> <property name="default_height">400</property> + <property name="icon">/usr/share/pixmaps/abrt.png</property> <property name="transient_for">wGlobalSettings</property> <child> <object class="GtkVBox" id="gpgkeys_vbox"> |