summaryrefslogtreecommitdiff
path: root/x11/gnome-desktop/patches/patch-ac
blob: 61bb3ab86da7e00a2986a05ad3a198c6a47feced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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 ());