diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-22 07:23:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-22 07:23:14 +0800 |
commit | 94a9b040083f0a2d3b9d75b58ec641fe021e1a98 (patch) | |
tree | 0f1cedd2f0739e17f75c66569a19f3064d0dda05 /shell | |
parent | ccc709490bf4b5ed5c3fc53c98ca453ff77730a7 (diff) | |
download | gsoc2013-evolution-94a9b040083f0a2d3b9d75b58ec641fe021e1a98.tar.gz gsoc2013-evolution-94a9b040083f0a2d3b9d75b58ec641fe021e1a98.tar.zst gsoc2013-evolution-94a9b040083f0a2d3b9d75b58ec641fe021e1a98.zip |
Bug 622329 - Help menu points to the wrong FAQ page
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index 01e5f3517c..0e421c02ae 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -34,7 +34,7 @@ "Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others" #define EVOLUTION_FAQ \ - "http://www.go-evolution.org/FAQ" + "http://live.gnome.org/Evolution/FAQ" #define EVOLUTION_WEBSITE \ "http://www.gnome.org/projects/evolution/" |