GetString for title menu items

This commit is contained in:
AJ Kelly
2011-08-01 17:03:12 -05:00
parent 14e98c8175
commit 75e26deec7
@@ -12,7 +12,7 @@ return Def.ActorFrame {
LoseFocusCommand=cmd(stoptweening;cropright,0;linear,0.05;cropright,1;);
};
LoadFont("Common Normal") .. {
Text=gc:GetText();
Text=THEME:GetString("ScreenTitleMenu",gc:GetText());
--[[ EnabledCommand=function(self)
if string.find( THEME:GetMetric( Var "LoadingScreen", "DisabledChoices") , gc:GetText() ) ~= nil then
self:diffuse(Color("Red"));