This commit is contained in:
Chris Danford
2005-03-20 08:19:37 +00:00
parent c42caf30f3
commit 50e7492e93
+1 -1
View File
@@ -18,7 +18,7 @@ void OptionsCursor::Load( CString sType, Element elem )
this->AddChild( &m_sprLeft );
this->AddChild( &m_sprRight );
CString sPath = THEME->GetPathG(sType,elem==cursor?"cursor":"underline");
CString sPath = THEME->GetPathG( sType, ssprintf("%s 3x2",elem==cursor?"cursor":"underline") );
m_sprLeft.Load( sPath );
m_sprMiddle.Load( sPath );