CString -> RString

This commit is contained in:
Chris Danford
2006-01-22 01:00:06 +00:00
parent 870ed267fc
commit 7f821e8cfc
578 changed files with 3943 additions and 3946 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ void ScreenPlayerOptions::Init()
m_bAcceptedChoices = false;
m_bGoToOptions = ( PREFSMAN->m_ShowSongOptions == PrefsManager::YES );
CString sPath = THEME->GetPathS( m_sName,"cancel all", true );
RString sPath = THEME->GetPathS( m_sName,"cancel all", true );
if( sPath != "" )
m_CancelAll.Load( sPath, true );