From 18011729aec7fdb33f94129b5240451ec7d273d0 Mon Sep 17 00:00:00 2001 From: Anna Marie Dirks Date: Wed, 20 Feb 2002 23:34:53 +0000 Subject: Gave the editor window a title and an icon. 2002-02-20 Anna Marie Dirks * message-tag-editor.c (message_tag_editor_init): Gave the editor window a title and an icon. svn path=/trunk/; revision=15777 --- mail/ChangeLog | 6 ++++++ mail/message-tag-editor.c | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 7a315dc8d0..29bb0aee94 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-02-20 Anna Marie Dirks + + * message-tag-editor.c (message_tag_editor_init): Gave the editor + window a title and an icon. + + 2002-02-20 Anna Marie Dirks * message-tags.glade: Changed the policy for table2 so that it diff --git a/mail/message-tag-editor.c b/mail/message-tag-editor.c index 648a2a25ca..6aff7fd2b8 100644 --- a/mail/message-tag-editor.c +++ b/mail/message-tag-editor.c @@ -26,6 +26,7 @@ #endif #include +#include #include "message-tag-editor.h" @@ -86,6 +87,8 @@ static void message_tag_editor_init (MessageTagEditor *editor) { gtk_window_set_policy (GTK_WINDOW (editor), FALSE, TRUE, FALSE); + + gtk_window_set_title (GTK_WINDOW (editor), _("Flag to Follow Up")); gnome_dialog_append_buttons (GNOME_DIALOG (editor), GNOME_STOCK_BUTTON_OK, @@ -93,6 +96,10 @@ message_tag_editor_init (MessageTagEditor *editor) NULL); gnome_dialog_set_default (GNOME_DIALOG (editor), 0); + + gnome_window_icon_set_from_file (GTK_WINDOW (editor), EVOLUTION_ICONSDIR "/flag-for-followup-16.png"); + + } -- cgit v1.2.3