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
+3 -3
View File
@@ -38,9 +38,9 @@ OptionsCursorPlus::OptionsCursorPlus( const OptionsCursorPlus &cpy ):
this->AddChild( m_sprCanGoRight );
}
void OptionsCursor::Load( const CString &sType, Element elem )
void OptionsCursor::Load( const RString &sType, Element elem )
{
CString sPath = THEME->GetPathG( sType, ssprintf("%s 3x2",elem==cursor?"cursor":"underline") );
RString sPath = THEME->GetPathG( sType, ssprintf("%s 3x2",elem==cursor?"cursor":"underline") );
m_sprMiddle.Load( sPath );
m_sprLeft.Load( sPath );
@@ -51,7 +51,7 @@ void OptionsCursor::Load( const CString &sType, Element elem )
m_sprRight.StopAnimating();
}
void OptionsCursorPlus::Load( const CString &sType, Element elem )
void OptionsCursorPlus::Load( const RString &sType, Element elem )
{
OptionsCursor::Load( sType, elem );