[LoadingWindow_Gtk] Actually resolve the path to the Splash file. [djpohly]

This commit is contained in:
AJ Kelly
2012-05-17 12:08:05 -05:00
parent a476e34619
commit ea0a854065
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void LoadingWindow_Gtk::SetIcon( const RageSurface *pIcon )
void LoadingWindow_Gtk::SetSplash( const RString str )
{
Module_SetSplash( str );
Module_SetSplash( FILEMAN->ResolvePath(str) );
}
void LoadingWindow_Gtk::SetProgress( const int progress )