aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-browser.c')
-rw-r--r--mail/message-browser.c2
1 files changed, 1 insertions, 1 deletions
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;