Pointer fix from essej.
[ardour.git] / gtk2_ardour / about.cc
index 4c4b79041c6af8f2b13c787b2c70ef6bc5cbd954..94284f58d413f08b87b6774bd4eb4028081f6b04 100644 (file)
@@ -164,7 +164,7 @@ About::About ()
        string path;
        string t;
 
-       path = find_data_file ("splash.ppm", "pixmaps");
+       path = find_data_file ("splash.ppm");
 
        Glib::RefPtr<Pixbuf> pixbuf = Gdk::Pixbuf::create_from_file (path);