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

@ -1,3 +1,8 @@
2002-05-24 Satyajit Kanungo <satyajit.kanungo@wipro.com>
* file-types-capplet.c : Changed the help file link
to get the help document from user-guide.
2002-05-24 Jody Goldberg <jody@gnome.org>
* mime-type-info.c (mime_category_info_load_all) : make this more paranoid.

View file

@ -180,8 +180,8 @@ cb_file_type_dialog_response (GtkDialog *dialog, gint response_id)
{
if (response_id == GTK_RESPONSE_HELP)
capplet_help (GTK_WINDOW (dialog),
"config-file-type.xml",
"CONFIGURATION");
"wgoscustlookandfeel.xml",
"goscustdoc-7");
else
gtk_main_quit ();
}