spell-plugin: Fix a link to the help file

This commit is contained in:
JosephMcc 2018-02-14 10:37:36 -08:00
parent bd32e81f13
commit a86c482308
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ language_dialog_response_cb (GtkDialog *dialog,
xed_app_show_help (XED_APP (g_application_get_default ()), xed_app_show_help (XED_APP (g_application_get_default ()),
GTK_WINDOW (dialog), GTK_WINDOW (dialog),
NULL, NULL,
"xed-spellcheck"); "xed-spell-checker-plugin");
return; return;
} }