[LoadingWindow_Gtk] Actually resolve the path to the Splash file. [djpohly]
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -141,6 +141,9 @@ Deamon007
|
||||
cvpcs
|
||||
* Updated ffmpeg support to v0.10
|
||||
|
||||
djpohly
|
||||
* Various patches/fixes
|
||||
|
||||
==the beta testers==
|
||||
[SSC Beta Testing Team]
|
||||
KeithD
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user