- named the player targeting/click frame so it shows up in Clique's config

This commit is contained in:
Parnic
2008-02-21 15:03:32 +00:00
parent de198807be
commit 9870276adb

View File

@ -497,7 +497,7 @@ function PlayerHealth.prototype:CreateBackground(redraw)
PlayerHealth.super.prototype.CreateBackground(self)
if not self.frame.button then
self.frame.button = CreateFrame("Button", nil, self.frame, "SecureUnitButtonTemplate")
self.frame.button = CreateFrame("Button", "IceHUD_PlayerClickFrame", self.frame, "SecureUnitButtonTemplate")
end
self.frame.button:ClearAllPoints()