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,
GConfChangeSet *changeset)
{
if (response_id == GTK_RESPONSE_HELP)
if (response_id == GTK_RESPONSE_HELP) {
capplet_help (GTK_WINDOW (widget),
"accessibility-keyboard.xml",
"CONFIGURATION");
else
"wgoscustaccess.xml",
"goscustaccess-2");
}
else {
gtk_main_quit ();
}
}
int