From 687f05571a38605859d25209b46a4d87e00d71e2 Mon Sep 17 00:00:00 2001 From: p3lim-52096 Date: Sun, 21 Dec 2008 04:08:34 +0000 Subject: [PATCH] Update to reflect changes in plug-in git-svn-id: svn://svn.wowinterface.com/oUF_P3lim-52/trunk@50 8c7459ed-49dc-4bc8-85d7-b6381a8f5413 --- oUF_P3lim/oUF_P3lim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.9.5