From 4cf7e1ec3c0ba2d2740b7ac3423bf5b880f79c9e Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 13 May 2010 03:06:56 -0500 Subject: [PATCH] [ScreenEvaluation] "time label" -> "TimeLabel" for naming consistency --- src/ScreenEvaluation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenEvaluation.cpp b/src/ScreenEvaluation.cpp index 3f0cacd0ee..ac3d99265d 100644 --- a/src/ScreenEvaluation.cpp +++ b/src/ScreenEvaluation.cpp @@ -584,7 +584,7 @@ void ScreenEvaluation::Init() // init time area if( SHOW_TIME_AREA ) { - m_sprTimeLabel.Load( THEME->GetPathG(m_sName,"time label") ); + m_sprTimeLabel.Load( THEME->GetPathG(m_sName,"TimeLabel") ); m_sprTimeLabel->SetName( "TimeLabel" ); ActorUtil::LoadAllCommands( *m_sprTimeLabel, m_sName ); SET_XY( m_sprTimeLabel );