Quantcast

Fix a typo with the dump box

ackis [01-19-09 - 17:39]
Fix a typo with the dump box
Filename
ARLFrame.lua
diff --git a/ARLFrame.lua b/ARLFrame.lua
index d3616b8..ee14154 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -4312,7 +4312,7 @@ function addon:DisplayTextDump(textdump)
 	}

 	local frame = CreateFrame("Frame", "ARLCopyFrame", UIParent)
-	tinsert(UISpecialFrames, "ChatterCopyFrame")
+	tinsert(UISpecialFrames, "ARLCopyFrame")
 	frame:SetBackdrop(PaneBackdrop)
 	frame:SetBackdropColor(0,0,0,1)
 	frame:SetWidth(500)