aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-24 13:03:49 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-24 13:03:49 +0800
commit4e259838f0e722b4e48dfc2fe2e364583be1820e (patch)
tree42ceed19f4a0e57c72560cfecb3d026b3e9e1776 /shell/e-shell-window.c
parent879cce6697ca6a12fd9e9550489f88a46cffad87 (diff)
downloadgsoc2013-evolution-4e259838f0e722b4e48dfc2fe2e364583be1820e.tar
gsoc2013-evolution-4e259838f0e722b4e48dfc2fe2e364583be1820e.tar.gz
gsoc2013-evolution-4e259838f0e722b4e48dfc2fe2e364583be1820e.tar.bz2
gsoc2013-evolution-4e259838f0e722b4e48dfc2fe2e364583be1820e.tar.lz
gsoc2013-evolution-4e259838f0e722b4e48dfc2fe2e364583be1820e.tar.xz
gsoc2013-evolution-4e259838f0e722b4e48dfc2fe2e364583be1820e.tar.zst
gsoc2013-evolution-4e259838f0e722b4e48dfc2fe2e364583be1820e.zip
Commiting patch for bug #337258.
svn path=/trunk/; revision=31873
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 2d7d6aaba4..92c903a203 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -324,7 +324,7 @@ switch_view (EShellWindow *window, ComponentView *component_view)
}
if (component_view->title == NULL) {
- title = g_strdup_printf ("Evolution - %s", info->button_label);
+ title = g_strdup_printf ("%s - Evolution", info->button_label);
gtk_window_set_title (GTK_WINDOW (window), title);
g_free (title);
} else