aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-settings-dialog.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-04-06 20:05:08 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-04-06 20:05:08 +0800
commitd235696811e34319df75577e34a711b8e9a3ce6d (patch)
tree170eca6c6d8a166cc460860ce7df42daa03655e1 /shell/e-shell-settings-dialog.c
parent6a46aea720ddc40d6c1c1155e34e4c3e90b9e7df (diff)
downloadgsoc2013-evolution-d235696811e34319df75577e34a711b8e9a3ce6d.tar
gsoc2013-evolution-d235696811e34319df75577e34a711b8e9a3ce6d.tar.gz
gsoc2013-evolution-d235696811e34319df75577e34a711b8e9a3ce6d.tar.bz2
gsoc2013-evolution-d235696811e34319df75577e34a711b8e9a3ce6d.tar.lz
gsoc2013-evolution-d235696811e34319df75577e34a711b8e9a3ce6d.tar.xz
gsoc2013-evolution-d235696811e34319df75577e34a711b8e9a3ce6d.tar.zst
gsoc2013-evolution-d235696811e34319df75577e34a711b8e9a3ce6d.zip
Set the title of the dialog.
* e-shell-settings-dialog.c (init): Set the title of the dialog. svn path=/trunk/; revision=16370
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r--shell/e-shell-settings-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c
index 31896cb073..64783babd9 100644
--- a/shell/e-shell-settings-dialog.c
+++ b/shell/e-shell-settings-dialog.c
@@ -240,6 +240,7 @@ init (EShellSettingsDialog *dialog)
{
load_pages (dialog);
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Settings"));
gtk_window_set_default_size (GTK_WINDOW (dialog), 600, 450);
}