Somebody started rennaming the glade file but didn't follow through.

2002-04-10  Seth Nickell  <snickell@stanford.edu>

	* gnome-ui-properties.c: (create_dialog):
	* gnome-ui-properties.glade:
	* ui-properties.glade:

	Somebody started rennaming the glade file but didn't follow
	through. Fixing the build by finishing the change.
This commit is contained in:
Seth Nickell 2002-04-10 12:11:31 +00:00 committed by Seth Nickell
parent 6f1fa592ec
commit 170c809848
3 changed files with 1122 additions and 1 deletions

View file

@ -90,7 +90,7 @@ create_dialog (void)
{
GladeXML *dialog;
dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome2-ui-properties.glade", "gnome_ui_properties_dialog", NULL);
dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome-ui-properties.glade", "gnome_ui_properties_dialog", NULL);
/* dialog = glade_xml_new ("gnome2-ui-properties.glade", "gnome_ui_properties_dialog", NULL);*/
return dialog;
}