aboutsummaryrefslogtreecommitdiffstats
path: root/mail
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 /mail
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 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/message-browser.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 44d73b4a8f..573d06fd1a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-05 Ettore Perazzoli <ettore@ximian.com>
+
+ * message-browser.c (message_browser_new): s/Evolution/Ximian
+ Evolution/.
+
2001-09-04 Ettore Perazzoli <ettore@ximian.com>
[Fix #7542, "Crash Afer Closing".]
diff --git a/mail/message-browser.c b/mail/message-browser.c
index 5987eb2aae..87255efefe 100644
--- a/mail/message-browser.c
+++ b/mail/message-browser.c
@@ -214,7 +214,7 @@ message_browser_new (const GNOME_Evolution_Shell shell, const char *uri, const c
FolderBrowser *fb;
new = gtk_type_new (MESSAGE_BROWSER_TYPE);
- new = (MessageBrowser *) bonobo_window_construct (BONOBO_WINDOW (new), "Evolution", "");
+ new = (MessageBrowser *) bonobo_window_construct (BONOBO_WINDOW (new), "Ximian Evolution", "");
if (!new) {
g_warning ("Failed to construct Bonobo window!");
return NULL;