aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-09-14 00:26:49 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-09-14 00:26:49 +0800
commitd4d329fa5f95aec330f65c8b95dbde2125ae51d5 (patch)
tree1671447a9309b704bd667456c63a3b5fa54d6c24 /addressbook/gui/contact-editor
parentcd95c3bf044a6c0565f2801ce8990ef0014174f5 (diff)
downloadgsoc2013-evolution-d4d329fa5f95aec330f65c8b95dbde2125ae51d5.tar
gsoc2013-evolution-d4d329fa5f95aec330f65c8b95dbde2125ae51d5.tar.gz
gsoc2013-evolution-d4d329fa5f95aec330f65c8b95dbde2125ae51d5.tar.bz2
gsoc2013-evolution-d4d329fa5f95aec330f65c8b95dbde2125ae51d5.tar.lz
gsoc2013-evolution-d4d329fa5f95aec330f65c8b95dbde2125ae51d5.tar.xz
gsoc2013-evolution-d4d329fa5f95aec330f65c8b95dbde2125ae51d5.tar.zst
gsoc2013-evolution-d4d329fa5f95aec330f65c8b95dbde2125ae51d5.zip
Point at the correct XML file for documentation
2004-09-13 Rodney Dawes <dobey@novell.com> * gui/contact-editor/e-contact-editor.c (show_help_cb): Point at the correct XML file for documentation svn path=/trunk/; revision=27255
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index ffec55249c..5b447b7b99 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -2885,7 +2885,7 @@ show_help_cb (GtkWidget *widget, gpointer data)
gnome_help_display_desktop (NULL,
"evolution-" BASE_VERSION,
- "usage-contact.xml",
+ "evolution-" BASE_VERSION ".xml",
"usage-contact-cards",
&error);
if (error != NULL)