From 5a5e8cb20fa3cfc6f63cc487b08507fefe707dd0 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Fri, 31 Oct 2008 19:23:04 +0100 Subject: [PATCH] Use label instead of text in the LDB plugin --- Bartender4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bartender4.lua b/Bartender4.lua index dbd3032..aac5611 100644 --- a/Bartender4.lua +++ b/Bartender4.lua @@ -238,7 +238,7 @@ function createLDBLauncher() local LDBObj = LibStub("LibDataBroker-1.1"):NewDataObject("Bartender4", { type = "launcher", - text = "Bartender4", + label = "Bartender4", OnClick = function(_, msg) if msg == "LeftButton" then if Bartender4.Locked then