oops, I started moving other images into pixmaps dir, then decided to wait for furthe...
authorDoug McLain <doug@nostar.net>
Fri, 10 Mar 2006 08:04:06 +0000 (08:04 +0000)
committerDoug McLain <doug@nostar.net>
Fri, 10 Mar 2006 08:04:06 +0000 (08:04 +0000)
git-svn-id: svn://localhost/trunk/ardour2@371 d708f5d6-7413-0410-9779-e7cbd77b26cf

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);