From 9402b9feb4dc0cca906a04bf9c72f47712439485 Mon Sep 17 00:00:00 2001 From: tercio Date: Thu, 14 Aug 2014 21:24:34 -0300 Subject: [PATCH] fix --- startup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.lua b/startup.lua index 1680b51c..430edcca 100644 --- a/startup.lua +++ b/startup.lua @@ -23,7 +23,7 @@ if ( label:SetText ("Restart game client in order to finish addons updates.") label:SetWidth (300) label:SetJustifyH ("left") - + local close = CreateFrame ("button", "DetaisCorruptInstall", f, "UIPanelCloseButton") close:SetSize (32, 32) close:SetPoint ("topright", f, "topright", 0, 0)