continue to work

This commit is contained in:
cwdg
2008-06-18 19:35:03 +00:00
parent 6ff195efd3
commit b65818e89b
7 changed files with 149 additions and 50 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
]]
--[[ $Id$ ]]
local L = LibStub("AceLocale-3.0"):GetLocale("Bartender4")
local Bar = CreateFrame("Button")
local Bar_MT = {__index = Bar}
@@ -186,7 +186,7 @@ function Bar:GetOptionObject()
show = {
order = 5,
type = "select",
name = "Show/Hide",
name = L["Show/Hide"],
desc = "Configure when to Show/Hide the bar.",
get = optGetter,
set = optSetter,