[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
+4
View File
@@ -4,6 +4,10 @@ The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes
from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt.
________________________________________________________________________________
2012/05/17
----------
* [LoadingWindow_Gtk] Actually resolve the path to the Splash file. [djpohly]
2012/05/16
----------
* [ScreenWithMenuElements] Added DelayMusicSeconds metric. [AJ]
+3
View File
@@ -141,6 +141,9 @@ Deamon007
cvpcs
* Updated ffmpeg support to v0.10
djpohly
* Various patches/fixes
==the beta testers==
[SSC Beta Testing Team]
KeithD
+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 )