diff options
author | Anna Marie Dirks <anna@ximian.com> | 2001-08-01 04:53:46 +0800 |
---|---|---|
committer | Anna Dirks <anna@src.gnome.org> | 2001-08-01 04:53:46 +0800 |
commit | c2e50e8804b3fae825bb489432a5258770632436 (patch) | |
tree | 12009b139689d3801d75621ad3ba6c5ebd4d54e1 /mail/mail-mt.c | |
parent | 74a3677ea7e4358a26738b25af49966f291dee02 (diff) | |
download | gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.gz gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.bz2 gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.lz gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.xz gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.tar.zst gsoc2013-evolution-c2e50e8804b3fae825bb489432a5258770632436.zip |
Changed the title of this dialog to "Enter Password".
2001-07-31 Anna Marie Dirks <anna@ximian.com>
* mail-mt.c (do_get_pass): Changed the title of this dialog
to "Enter Password".
svn path=/trunk/; revision=11534
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index a0d500ebd2..41501f8a29 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -485,6 +485,8 @@ do_get_pass (struct _mail_msg *mm) /* hrm, we can't run this async since the gui_port from which we're called will reply to our message for us */ + + gtk_window_set_title (GTK_WINDOW(dialogue), "Enter Password"); gnome_dialog_run_and_close ((GnomeDialog *)dialogue); /*gtk_widget_show(dialogue);*/ |