From: pabs Date: Sun, 30 Mar 2008 11:37:01 +0000 (+0000) Subject: Search in the right directory for the splash image when SYNFIG_ROOT is set. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=ee212ae4aed5c1846264e26bb520285e6a154ad2 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 --- 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;