summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-10 08:04:06 +0000
committerDoug McLain <doug@nostar.net>2006-03-10 08:04:06 +0000
commit066d1c49b6ab30eb262b8f9bf49e0e05acefb87f (patch)
treee0af0c65e130ebbe93586d8aa9d73c0655fc15d1
parent276d290a422f3c13a3e72d907eb4882e9db53105 (diff)
oops, I started moving other images into pixmaps dir, then decided to wait for further direction from the guri
git-svn-id: svn://localhost/trunk/ardour2@371 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/about.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc
index 4c4b79041c..94284f58d4 100644
--- a/gtk2_ardour/about.cc
+++ b/gtk2_ardour/about.cc
@@ -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);