aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-10-25 13:56:13 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-10-25 13:56:13 +0800
commit5146632dd01d6fdff6c6312800cc2e5e339eb4e2 (patch)
treef8ee400461dfd5379e536f8a127792b3b1057974 /shell/main.c
parent93c746141e72746fb08c14a18df30caed2d59558 (diff)
downloadgsoc2013-evolution-5146632dd01d6fdff6c6312800cc2e5e339eb4e2.tar
gsoc2013-evolution-5146632dd01d6fdff6c6312800cc2e5e339eb4e2.tar.gz
gsoc2013-evolution-5146632dd01d6fdff6c6312800cc2e5e339eb4e2.tar.bz2
gsoc2013-evolution-5146632dd01d6fdff6c6312800cc2e5e339eb4e2.tar.lz
gsoc2013-evolution-5146632dd01d6fdff6c6312800cc2e5e339eb4e2.tar.xz
gsoc2013-evolution-5146632dd01d6fdff6c6312800cc2e5e339eb4e2.tar.zst
gsoc2013-evolution-5146632dd01d6fdff6c6312800cc2e5e339eb4e2.zip
Update version and bugzilla information.
2005-10-25 Harish Krishnaswamy <kharish@novell.com> * main.c: (show_development_warning): Update version and bugzilla information. svn path=/trunk/; revision=30560
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c4
1 files changed, 2 insertions, 2 deletions
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);