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/Gui/ccgui.glade | |
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/Gui/ccgui.glade')
-rw-r--r-- | src/Gui/ccgui.glade | 2 |
1 files changed, 2 insertions, 0 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> |