From 5f0d9e4bb14fe9af71b17a0750809b04c6497cee Mon Sep 17 00:00:00 2001 From: Patanjali Somayaji Date: Mon, 3 May 2004 13:14:03 +0000 Subject: title added back to dialog - see notes on bug #133152 2004-05-03 Patanjali Somayaji * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): title added back to dialog - see notes on bug #133152 --- ChangeLog | 6 ++++++ lib/ephy-gui.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 59291a75c..ef68fb16b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-03 Patanjali Somayaji + + * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): + + title added back to dialog - see notes on bug #133152 + 2004-05-03 Patanjali Somayaji * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): diff --git a/lib/ephy-gui.c b/lib/ephy-gui.c index 460f817c6..7fa42634b 100644 --- a/lib/ephy-gui.c +++ b/lib/ephy-gui.c @@ -100,7 +100,7 @@ ephy_gui_confirm_overwrite_file (GtkWidget *parent, const char *filename) _("If you choose to overwrite this file, " "the contents will be lost.")); - dialog = gtk_dialog_new_with_buttons (_(""), + dialog = gtk_dialog_new_with_buttons (_("Overwrite File"), parent ? GTK_WINDOW (parent) : NULL, GTK_DIALOG_MODAL | GTK_DIALOG_NO_SEPARATOR, GTK_STOCK_CANCEL, -- cgit v1.2.3