Renamed "Zoom" to "Button Border" and make it do its thing again

This commit is contained in:
Hendrik Leppkes
2008-11-11 16:51:20 +01:00
parent 63952f13f7
commit ccf041bdcd
11 changed files with 26 additions and 23 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ function ButtonBar:GetOptionObject()
},
zoom = {
order = 59,
name = L["Zoom"],
name = L["Button Border"],
type = "toggle",
desc = L["Toggle Button Zoom\nFor more style options you need to install ButtonFacade"],
desc = L["Toggle Button Border\nFor more style options you need to install ButtonFacade"],
get = optGetter,
set = optSetter,
hidden = function() return LibStub("LibButtonFacade", true) and true or false end,