summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-10 07:16:45 +0000
committerDoug McLain <doug@nostar.net>2006-03-10 07:16:45 +0000
commit276d290a422f3c13a3e72d907eb4882e9db53105 (patch)
tree87298f5b550eb45f32c4eb1d5355380750ba649c /gtk2_ardour/about.cc
parent58bd9bff8db593dab69188199632aeabbcf8be8d (diff)
Example code to load the x and <-> xpms for the mixer strip from files instead of from hard coded xpm data.
git-svn-id: svn://localhost/trunk/ardour2@370 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/about.cc')
-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 94284f58d4..4c4b79041c 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");
+ path = find_data_file ("splash.ppm", "pixmaps");
Glib::RefPtr<Pixbuf> pixbuf = Gdk::Pixbuf::create_from_file (path);