Set the title of the dialog.

* e-shell-settings-dialog.c (init): Set the title of the dialog.

svn path=/trunk/; revision=16370
This commit is contained in:
Ettore Perazzoli
2002-04-06 12:05:08 +00:00
parent 6a46aea720
commit d235696811
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-06 Ettore Perazzoli <ettore@ximian.com>
* e-shell-settings-dialog.c (init): Set the title of the dialog.
2002-04-04 Dan Winship <danw@ximian.com>
* evolution-shell-client.c

View File

@ -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);
}