diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-gui.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -2,6 +2,12 @@ * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): + title added back to dialog - see notes on bug #133152 + +2004-05-03 Patanjali Somayaji <patanjali@codito.com> + + * lib/ephy-gui.c: (ephy_gui_confirm_overwrite_file): + More HIGifying of the overwrite confirmation dialog - - title removed from dialog - dialog removed from window list 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, |