spell-plugin: Fix a link to the help file
This commit is contained in:
parent
bd32e81f13
commit
a86c482308
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue