textHelp in Lua

This commit is contained in:
Glenn Maynard
2007-03-05 23:27:15 +00:00
parent 743f8ec257
commit 60be259f3e
4 changed files with 36 additions and 26 deletions
+2 -4
View File
@@ -21,10 +21,8 @@ void ScreenCenterImage::Init()
ScreenWithMenuElements::Init();
#if defined(XBOX)
vector<RString> strArray;
RString text("Use the left analog stick to translate the screen and right right analog stick to scale");
strArray.push_back(text);
m_textHelp->SetTips(strArray);
// XXX
SetHelpText( "Use the left analog stick to translate the screen and right right analog stick to scale" );
#endif
m_textInstructions.LoadFromFont( THEME->GetPathF("Common","normal") );