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

@ -453,8 +453,8 @@ cb_dialog_response (GtkDialog *dialog, gint response_id)
{
if (response_id == GTK_RESPONSE_HELP)
capplet_help (GTK_WINDOW (dialog),
"config-background.xml",
"CONFIGURATION");
"wgoscustdesk.xml",
"goscustdesk-7");
else
gtk_main_quit ();
}