Corrected the help link

This commit is contained in:
Satyajit Kanungo 2002-06-21 06:13:17 +00:00
parent db666ce20d
commit f97b330c7e

View file

@ -37,12 +37,14 @@ dialog_response (GtkWidget *widget,
gint response_id, gint response_id,
GConfChangeSet *changeset) GConfChangeSet *changeset)
{ {
if (response_id == GTK_RESPONSE_HELP) if (response_id == GTK_RESPONSE_HELP) {
capplet_help (GTK_WINDOW (widget), capplet_help (GTK_WINDOW (widget),
"accessibility-keyboard.xml", "wgoscustaccess.xml",
"CONFIGURATION"); "goscustaccess-2");
else }
else {
gtk_main_quit (); gtk_main_quit ();
}
} }
int int