aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-splash.c
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-01-16 02:33:24 +0800
committerIain Holmes <iain@src.gnome.org>2001-01-16 02:33:24 +0800
commit2324b9a72aeeeea53b25159c6f374bd9cb9b14de (patch)
tree92426924a71406fddd3da874c9568cd4bb0d7541 /shell/e-splash.c
parenta1d117a6d05945d18aa698d2ee8978dba43ae9e8 (diff)
downloadgsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar
gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.gz
gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.bz2
gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.lz
gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.xz
gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.tar.zst
gsoc2013-evolution-2324b9a72aeeeea53b25159c6f374bd9cb9b14de.zip
Set the title of the splash dialog to Evolution
svn path=/trunk/; revision=7507
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r--shell/e-splash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c
index 3ecb10fa99..29e2147fb5 100644
--- a/shell/e-splash.c
+++ b/shell/e-splash.c
@@ -321,6 +321,7 @@ e_splash_construct (ESplash *splash,
gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER);
gtk_window_set_policy (GTK_WINDOW (splash), FALSE, FALSE, FALSE);
gtk_window_set_default_size (GTK_WINDOW (splash), image_width, image_height);
+ gtk_window_set_title (GTK_WINDOW (splash), "Evolution");
}