- warning about out-of-date addons.

This commit is contained in:
Tercioo
2016-02-18 11:21:57 -02:00
parent 24ce5ae14a
commit 944797f2ef
+9
View File
@@ -3825,6 +3825,15 @@ function window:CreateFrame1()
g:NewLabel (frame1, _, "$parentIgnoreNicknamesLabel", "IgnoreNicknamesLabel", Loc ["STRING_OPTIONS_IGNORENICKNAME"], "GameFontHighlightLeft")
g:NewSwitch (frame1, _, "$parentIgnoreNicknamesSlider", "IgnoreNicknamesSlider", 60, 20, _, _, _detalhes.ignore_nicktag, nil, nil, nil, nil, options_switch_template)
frame1.IgnoreNicknamesSlider:SetPoint ("left", frame1.IgnoreNicknamesLabel, "right", 2)
if (not frame1.IgnoreNicknamesSlider.SetAsCheckBox) then
print ("================")
print ("================")
print ("Details!: |cFFFFFF00A very old Framework version is installed by another addon, please update (if you have any of these installed): |cFFFFFFFFIskarAssist|r, |cFFFFFFFFSalvageYardSeller|r, |cFFFFFFFFHansgar&Franzok Assist|r and |cFFFFFFFFFlashTaskbar|r.|r")
print ("================")
print ("================")
end
frame1.IgnoreNicknamesSlider:SetAsCheckBox()
frame1.IgnoreNicknamesSlider.OnSwitch = function (self, _, value)