Added compat var to not break every addon using the old button frame names to access BT4 buttons

This commit is contained in:
Hendrik Leppkes
2008-11-10 01:10:16 +01:00
parent c41ac73bb6
commit 1665e10865
+2
View File
@@ -34,7 +34,9 @@ function Bartender4.Button:Create(id, parent)
-- work around for "blocked" message when using /click macros
GetClickFrame(name)
-- Backwards Compat to pre-4.2.0 button names/layout
_G[name .. "Secure"] = button
button.Secure = button
button.rid = id
button.id = absid