aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/main.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 213931c46f..11b08f2878 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-25 Harish Krishnaswamy <kharish@novell.com>
+
+ * main.c: (show_development_warning): Update
+ version and bugzilla information.
+
2005-09-23 S.Antony Vincent Pandian <santony@gmail.com>
solves bug # 307780
diff --git a/shell/main.c b/shell/main.c
index 83ced9695a..0117a626f5 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -236,13 +236,13 @@ show_development_warning(void)
"If you want a stable version of Evolution, we urge you to uninstall\n"
"this version, and install version %s instead.\n"
"\n"
- "If you find bugs, please report them to us at bugzilla.ximian.com.\n"
+ "If you find bugs, please report them to us at bugzilla.gnome.org.\n"
"This product comes with no warranty and is not intended for\n"
"individuals prone to violent fits of anger.\n"
"\n"
"We hope that you enjoy the results of our hard work, and we\n"
"eagerly await your contributions!\n"),
- "2.0");
+ "2.4.1");
label = gtk_label_new (text);
g_free(text);