Add edit song credit function to ScreenEdit

This commit is contained in:
Chris Danford
2003-06-23 02:24:13 +00:00
parent 64cb22a784
commit 8abc865646
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ ScreenTextEntry::ScreenTextEntry( ScreenMessage SM_SendWhenDone, CString sQuesti
m_rectAnswerBox.SetZoomY( ANSWER_HEIGHT );
this->AddChild( &m_rectAnswerBox );
m_textAnswer.LoadFromFont( THEME->GetPathToF("header1") );
m_textAnswer.LoadFromFont( THEME->GetPathToF("Common title") );
m_textAnswer.SetXY( ANSWER_X, ANSWER_Y );
UpdateText();
this->AddChild( &m_textAnswer );