Quantcast

put full name in LDB frame

Kevin Gilbert [08-29-16 - 18:46]
put full name in LDB frame
Filename
ArtifactMenu.lua
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