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,
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue