InitCommand -> ScreenInitCommand

This commit is contained in:
Glenn Maynard
2005-08-03 00:47:33 +00:00
parent 1dec06fd7b
commit 7a06b9edbe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ bool Screen::SortMessagesByDelayRemaining(const Screen::QueuedScreenMessage &m1,
void Screen::Init()
{
this->RunCommands( THEME->GetMetricA(m_sName, "InitCommand") );
this->RunCommands( THEME->GetMetricA(m_sName, "ScreenInitCommand") );
vector<CString> asList;
split( PREPARE_SCREENS, ",", asList );