This commit is contained in:
tercio
2014-04-10 20:24:56 -03:00
parent 6ac6d7fd71
commit a569c7fbc4
11 changed files with 353 additions and 200 deletions
+3 -1
View File
@@ -407,7 +407,9 @@ function _detalhes:WipeConfig()
local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" )
local b = CreateFrame ("button", nil, UIParent, "OptionsButtonTemplate")
local b = CreateFrame ("button", "DetailsResetConfigButton", UIParent, "OptionsButtonTemplate")
tinsert (UISpecialFrames, "DetailsResetConfigButton")
b:SetSize (250, 40)
b:SetText (Loc ["STRING_SLASH_WIPECONFIG_CONFIRM"])
b:SetScript ("OnClick", function() _detalhes.wipe_full_config = true; ReloadUI(); end)