summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mailcheck/ChangeLog6
-rw-r--r--mailcheck/mailcheck.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/mailcheck/ChangeLog b/mailcheck/ChangeLog
index 9eab098f2..3780b6e33 100644
--- a/mailcheck/ChangeLog
+++ b/mailcheck/ChangeLog
@@ -1,6 +1,10 @@
+2000-04-18 Eric Baudais <baudais@okstate.edu>
+
+ * gen_util/mailcheck.c: Fixed docs linking.
+
2000-04-17 Eric Baudais <baudais@okstate.edu>
- * gen_util/clock.c: Fixeda problem with the help button.
+ * gen_util/clock.c: Fixed a problem with the help button.
* gen_util/help/C/printer/*png: Fixed the pics.
2000-04-17 Karl EICHWALDER <ke@suse.de>
diff --git a/mailcheck/mailcheck.c b/mailcheck/mailcheck.c
index 30c79369c..76ff9e104 100644
--- a/mailcheck/mailcheck.c
+++ b/mailcheck/mailcheck.c
@@ -1101,7 +1101,7 @@ phelp_cb (GtkWidget *w, gint tab, gpointer data)
{
GnomeHelpMenuEntry help_entry = { "mailcheck_applet", NULL };
- char *das_names[] = { "index.html#MAILCHECK_PREFS",
+ char *das_names[] = { "index.html#MAILCHECK-PREFS",
"index.html#MAILCHECK-SETTINGS-MAILBOX-FIG" };
help_entry.path = das_names[((MailCheck *)data)->type];