From e1698a4ca9531a8ab05ce77ac7316076cdf8595a Mon Sep 17 00:00:00 2001 From: Kevin Gilbert Date: Mon, 29 Aug 2016 11:46:28 -0700 Subject: [PATCH] put full name in LDB frame --- ArtifactMenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArtifactMenu.lua b/ArtifactMenu.lua index 7c4d05c..838e7f8 100644 --- a/ArtifactMenu.lua +++ b/ArtifactMenu.lua @@ -61,7 +61,7 @@ function ArtifactMenuFrame:SetupFrame() type = "data source", text = "", value = "", - label = "Artifact", + label = "ArtifactMenu", OnClick = function (clickedframe, button, down) ArtifactMenuFrame:OnClick(button, down, clickedframe) end -- 1.7.9.5