$NetBSD: patch-ac,v 1.1.1.1 2002/09/14 07:01:43 rh Exp $ --- gnome-about/gnome-about.c.orig Mon Aug 26 23:54:46 2002 +++ gnome-about/gnome-about.c @@ -299,7 +299,7 @@ cb_clicked (GtkWidget *widget, GdkEvent filename = gnome_program_locate_file ( NULL, GNOME_FILE_DOMAIN_DATADIR, - "gnome-about/contributors.dat", TRUE, NULL); + "gnome2-about/contributors.dat", TRUE, NULL); if (filename) gnome_sound_play (filename); @@ -718,7 +718,7 @@ main (gint argc, gchar *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - gnome_program_init ("gnome-about","1.0", LIBGNOMEUI_MODULE, argc, argv, NULL); + gnome_program_init ("gnome2-about","1.0", LIBGNOMEUI_MODULE, argc, argv, NULL); gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-logo-icon-transparent.png"); gtk_widget_set_default_colormap (gdk_rgb_get_colormap ());