diff options
author | Patanjali Somayaji <patanjali@codito.com> | 2004-05-03 21:14:03 +0800 |
---|---|---|
committer | Patanjali Somayaji <patanja@src.gnome.org> | 2004-05-03 21:14:03 +0800 |
commit | 5f0d9e4bb14fe9af71b17a0750809b04c6497cee (patch) | |
tree | 07196cc94c7090e12a61be1fbdc8eb820fb996f7 /lib | |
parent | fe46d2249d597c1ea5eb8fead8d15e4bd5ede72a (diff) | |
download | gsoc2013-epiphany-5f0d9e4bb14fe9af71b17a0750809b04c6497cee.tar gsoc2013-epiphany-5f0d9e4bb14fe9af71b17a0750809b04c6497cee.tar.gz gsoc2013-epiphany-5f0d9e4bb14fe9af71b17a0750809b04c6497cee.tar.bz2 gsoc2013-epiphany-5f0d9e4bb14fe9af71b17a0750809b04c6497cee.tar.lz gsoc2013-epiphany-5f0d9e4bb14fe9af71b17a0750809b04c6497cee.tar.xz gsoc2013-epiphany-5f0d9e4bb14fe9af71b17a0750809b04c6497cee.tar.zst gsoc2013-epiphany-5f0d9e4bb14fe9af71b17a0750809b04c6497cee.zip |
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):
title added back to dialog - see notes on bug #133152
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |