aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-splash.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-06 03:27:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-06 03:27:03 +0800
commit000b01e9a1620e750d64e7be966e39da1bb7f35d (patch)
treec441f49573c82211c24e43d2417f7f86a4960947 /shell/e-splash.c
parentcb704fd31b7ea71c2adc798796ff72cb555c20b8 (diff)
downloadgsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar
gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.gz
gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.bz2
gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.lz
gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.xz
gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.zst
gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.zip
Replace "Evolution" with "Ximian Evolution" in a bunch of user-visible
places. svn path=/trunk/; revision=12625
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r--shell/e-splash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c
index ff544d14ab..14ab3a7d37 100644
--- a/shell/e-splash.c
+++ b/shell/e-splash.c
@@ -329,7 +329,7 @@ e_splash_construct (ESplash *splash,
gtk_window_set_policy (GTK_WINDOW (splash), FALSE, FALSE, FALSE);
gtk_window_set_default_size (GTK_WINDOW (splash), image_width, image_height);
gnome_window_icon_set_from_file (GTK_WINDOW (splash), EVOLUTION_DATADIR "/pixmaps/evolution.png");
- gtk_window_set_title (GTK_WINDOW (splash), "Evolution");
+ gtk_window_set_title (GTK_WINDOW (splash), "Ximian Evolution");
}