Large nasty commit in the form of a 5000 line patch chock-full of completely
[ardour.git] / gtk2_ardour / about.cc
index 4c4b79041c6af8f2b13c787b2c70ef6bc5cbd954..033b5c460413e0b4fd305f5953bc359b72e72bbd 100644 (file)
@@ -43,6 +43,7 @@ using namespace Gdk;
 using namespace std;
 using namespace sigc;
 using namespace ARDOUR;
+using namespace PBD;
 
 #ifdef WITH_PAYMENT_OPTIONS
 
@@ -164,7 +165,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);