2008-07-21 08:05:06 +00:00
|
|
|
return Def.HelpDisplay {
|
|
|
|
|
File = THEME:GetPathF("HelpDisplay", "text");
|
|
|
|
|
InitCommand=function(self)
|
2010-01-26 21:00:30 -06:00
|
|
|
local s = THEME:GetString(Var "LoadingScreen","HelpText");
|
2008-07-21 08:05:06 +00:00
|
|
|
self:SetTipsColonSeparated(s);
|
|
|
|
|
end;
|
|
|
|
|
SetHelpTextCommand=function(self, params)
|
|
|
|
|
self:SetTipsColonSeparated( params.Text );
|
|
|
|
|
end;
|
|
|
|
|
};
|