diff options
author | Rodney Dawes <dobey@novell.com> | 2004-09-14 00:26:49 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-09-14 00:26:49 +0800 |
commit | d4d329fa5f95aec330f65c8b95dbde2125ae51d5 (patch) | |
tree | 1671447a9309b704bd667456c63a3b5fa54d6c24 | |
parent | cd95c3bf044a6c0565f2801ce8990ef0014174f5 (diff) | |
download | gsoc2013-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
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a0d07e7cd8..d39695a5fb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +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 + 2004-09-13 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.c 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) |