aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPatanjali Somayaji <patanjali@codito.com>2004-05-03 21:14:03 +0800
committerPatanjali Somayaji <patanja@src.gnome.org>2004-05-03 21:14:03 +0800
commit5f0d9e4bb14fe9af71b17a0750809b04c6497cee (patch)
tree07196cc94c7090e12a61be1fbdc8eb820fb996f7 /lib
parentfe46d2249d597c1ea5eb8fead8d15e4bd5ede72a (diff)
downloadgsoc2013-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.c2
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,