--- trunk/src/gconf.c 2009/06/27 19:18:40 14 +++ trunk/src/gconf.c 2009/06/29 08:24:41 17 @@ -395,7 +395,7 @@ /* if there are no entries in the main list, try to add the */ /* "welcome" one */ if(!appdata->gpx) { - char *name = g_strdup("/usr/share/gpxview/welcome.gpx"); + char *name = g_strdup(ICONPATH "welcome.gpx"); dialog = gpx_busy_dialog_new(GTK_WIDGET(appdata->window)); printf("No GPX file loaded, trying to load demo\n"); appdata->gpx = gpx_parse(dialog, name);