Update to reflect changes in plug-in
p3lim-52096 [12-21-08 - 04:08]
Update to reflect changes in plug-in
git-svn-id: svn://svn.wowinterface.com/oUF_P3lim-52/trunk@50 8c7459ed-49dc-4bc8-85d7-b6381a8f5413
diff --git a/oUF_P3lim/oUF_P3lim.lua b/oUF_P3lim/oUF_P3lim.lua
index 88d414f..240d676 100644
--- a/oUF_P3lim/oUF_P3lim.lua
+++ b/oUF_P3lim/oUF_P3lim.lua
@@ -276,8 +276,8 @@ local function CreateStyle(self, unit)
self.AutoShot:SetBackdrop(backdrop)
self.AutoShot:SetBackdropColor(0, 0, 0)
- self.AutoShot.Time = self.AutoShot:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmall')
- self.AutoShot.Time:SetPoint('CENTER', self.AutoShot)
+ self.AutoShot.Text = self.AutoShot:CreateFontString(nil, 'OVERLAY', 'GameFontHighlightSmall')
+ self.AutoShot.Text:SetPoint('CENTER', self.AutoShot)
self.AutoShot.bg = self.AutoShot:CreateTexture(nil, 'BORDER')
self.AutoShot.bg:SetAllPoints(self.AutoShot)