diff options
author | Eric Baudais <baudais@okstate.edu> | 2000-04-19 04:50:36 +0000 |
---|---|---|
committer | Eric Baudais <drake@src.gnome.org> | 2000-04-19 04:50:36 +0000 |
commit | 9e5a0d530dd6d9fdd26fea173e6c9c4735610d70 (patch) | |
tree | 7d60d96703f28f3bc21028594f122ba111b2955e | |
parent | 1bedbe0ae9490f333e7a8b5b1de46018c12909d2 (diff) |
Fixed docs linking.GNOME_CORE_1_1_9
2000-04-18 Eric Baudais <baudais@okstate.edu>
* gen_util/mailcheck.c: Fixed docs linking.
-rw-r--r-- | mailcheck/ChangeLog | 6 | ||||
-rw-r--r-- | mailcheck/mailcheck.c | 2 |
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]; |