diff options
author | Joe Shaw <joe@ximian.com> | 2003-02-12 06:24:00 +0800 |
---|---|---|
committer | Joe Shaw <joeshaw@src.gnome.org> | 2003-02-12 06:24:00 +0800 |
commit | 1bf4369e83df6ebb217e6ce3cb53d6da6ab15f5b (patch) | |
tree | ec3fe0c8157cbdf773dfdfecc7e3cfd274962461 /shell | |
parent | 3fa465c9d73c66bdd29cc311c2532fe2b0084516 (diff) | |
download | gsoc2013-evolution-1bf4369e83df6ebb217e6ce3cb53d6da6ab15f5b.tar.gz gsoc2013-evolution-1bf4369e83df6ebb217e6ce3cb53d6da6ab15f5b.tar.zst gsoc2013-evolution-1bf4369e83df6ebb217e6ce3cb53d6da6ab15f5b.zip |
Suggest people use 1.2.x instead of 1.0.x.
2003-02-11 Joe Shaw <joe@ximian.com>
* main.c (show_development_warning): Suggest people use 1.2.x instead
of 1.0.x.
svn path=/trunk/; revision=19886
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 60f1b7abc1..54d571d918 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-02-11 Joe Shaw <joe@ximian.com> + + * main.c (show_development_warning): Suggest people use 1.2.x instead + of 1.0.x. + 2003-02-09 Larry Ewing <lewing@ximian.com> * e-local-storage.c (remove_folder_directory): fix length calculation. diff --git a/shell/main.c b/shell/main.c index 765b2d7dcd..ee929abdea 100644 --- a/shell/main.c +++ b/shell/main.c @@ -213,7 +213,7 @@ show_development_warning (GtkWindow *parent) "but some features are either unfinished or don't work properly.\n" "\n" "If you want a stable version of Evolution, we urge you to uninstall,\n" - "this version, and install a 1.0.x version instead (1.0.8)\n" + "this version, and install a 1.2.x version instead (1.2.2)\n" "\n" "If you find bugs, please report them to us at bugzilla.ximian.com.\n" "This product comes with no warranty and is not intended for\n" |