From 992e6519ed0061451e33114186759d8e0c991e80 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 17 Jun 2008 07:37:40 +0000 Subject: [PATCH] fix flash texture --- Button.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Button.lua b/Button.lua index 755db8a..cc98c74 100644 --- a/Button.lua +++ b/Button.lua @@ -31,6 +31,7 @@ function Bartender4.Button:Create(id, parent) button.hotkey = _G[("%sHotKey"):format(name)] button.icon = _G[("%sIcon"):format(name)] + button.flash = _G[("%sFlash"):format(name)] button:SetNormalTexture("") local oldNT = _G[("%sNormalTexture"):format(name)]