comparison Core.lua @ 92:d62eaa354443

Had removed the changelog files some time ago, but never updated the .hgignore.
author Zerotorescue
date Sun, 19 Sep 2010 16:08:53 +0200
parents 0a8e4a93316d
children f5558317ced3
comparison
equal deleted inserted replaced
91:0a8e4a93316d 92:d62eaa354443
770 button:SetWidth(200); 770 button:SetWidth(200);
771 -- Reposition in the center 771 -- Reposition in the center
772 button:SetPoint("CENTER", editBox, "CENTER", 0, -30); 772 button:SetPoint("CENTER", editBox, "CENTER", 0, -30);
773 end 773 end
774 end, 774 end,
775 EditBoxOnEscapePressed = function() 775 EditBoxOnEscapePressed = function(self)
776 this:GetParent():Hide(); 776 self:GetParent():Hide();
777 end, 777 end,
778 timeout = 0, 778 timeout = 0,
779 whileDead = 1, 779 whileDead = 1,
780 hideOnEscape = 1, 780 hideOnEscape = 1,
781 maxLetters = 1024, 781 maxLetters = 1024,