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:
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user