capplet_help () The Help directory is changed to user-guide.

2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com>

	* capplet-util.c : capplet_help () The Help directory is changed to
	  user-guide.
This commit is contained in:
Satyajit Kanungo 2002-05-29 04:14:29 +00:00 committed by Jody Goldberg
parent ce01d9b7ce
commit b4123f15b1
25 changed files with 118 additions and 35 deletions

View file

@ -124,8 +124,8 @@ dialog_button_clicked_cb (GtkDialog *dialog, gint response_id, GConfChangeSet *c
{
if (response_id == GTK_RESPONSE_HELP)
capplet_help (GTK_WINDOW (dialog),
"config-sound.xml",
"CONFIGURATION");
"wgoscustdesk.xml",
"goscustmulti-2");
else
gtk_main_quit ();
}