From ee212ae4aed5c1846264e26bb520285e6a154ad2 Mon Sep 17 00:00:00 2001 From: pabs Date: Sun, 30 Mar 2008 11:37:01 +0000 Subject: [PATCH] Search in the right directory for the splash image when SYNFIG_ROOT is set. git-svn-id: http://svn.voria.com/code@1941 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/splash.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synfig-studio/trunk/src/gtkmm/splash.cpp b/synfig-studio/trunk/src/gtkmm/splash.cpp index c3d1c85..82ced15 100644 --- a/synfig-studio/trunk/src/gtkmm/splash.cpp +++ b/synfig-studio/trunk/src/gtkmm/splash.cpp @@ -171,6 +171,8 @@ Splash::Splash(): imagepath+="share"; imagepath+=ETL_DIRECTORY_SEPARATOR; imagepath+="pixmaps"; + imagepath+=ETL_DIRECTORY_SEPARATOR; + imagepath+="synfigstudio"; } imagepath+=ETL_DIRECTORY_SEPARATOR; -- 2.7.4