aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-commands.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-05-10 20:59:36 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-05-10 20:59:36 +0800
commit6f6440de6109be0603e7b886d31fce3ff270735c (patch)
tree030d1ed457d3b59f60ba69c3f6787689672c6f3a /shell/e-shell-window-commands.c
parent0de7af661d4e72b621edc8ac06f8c48b9bea9d41 (diff)
downloadgsoc2013-evolution-6f6440de6109be0603e7b886d31fce3ff270735c.tar
gsoc2013-evolution-6f6440de6109be0603e7b886d31fce3ff270735c.tar.gz
gsoc2013-evolution-6f6440de6109be0603e7b886d31fce3ff270735c.tar.bz2
gsoc2013-evolution-6f6440de6109be0603e7b886d31fce3ff270735c.tar.lz
gsoc2013-evolution-6f6440de6109be0603e7b886d31fce3ff270735c.tar.xz
gsoc2013-evolution-6f6440de6109be0603e7b886d31fce3ff270735c.tar.zst
gsoc2013-evolution-6f6440de6109be0603e7b886d31fce3ff270735c.zip
set title to just Evolution (show_development_warning): ditto for warning
2004-05-10 JP Rosevear <jpr@ximian.com> * main.c (show_development_warning): set title to just Evolution (show_development_warning): ditto for warning (idle_cb): ditto for title * e-shell-window.c (update_offline_toggle_status): set tooltip to just Evolution (e_shell_window_new): ditto for window title * e-shell-window-commands.c (command_about_box): set title to just Evolution svn path=/trunk/; revision=25835
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r--shell/e-shell-window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 855a59dd5f..6904db3c4b 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -167,7 +167,7 @@ command_about_box (BonoboUIComponent *uih,
G_CALLBACK (about_box_event_callback), &about_box_window);
gtk_window_set_transient_for (GTK_WINDOW (about_box_window), GTK_WINDOW (window));
- gtk_window_set_title (GTK_WINDOW (about_box_window), _("About Ximian Evolution"));
+ gtk_window_set_title (GTK_WINDOW (about_box_window), _("About Evolution"));
gtk_container_add (GTK_CONTAINER (about_box_window), about_box);
gtk_widget_show (about_box_window);
}