Corrected the help link
This commit is contained in:
parent
db666ce20d
commit
f97b330c7e
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue