From f8c0c383f266025b9421b379f65f373616cfca3e Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Mon, 17 Jun 2013 02:33:04 +0200 Subject: [PATCH] Make sure it's really obvious --- Config.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config.lua b/Config.lua index 481d3bc..c292a18 100644 --- a/Config.lua +++ b/Config.lua @@ -301,6 +301,9 @@ end local function FilterItemOnEnter(self) GameTooltip:SetOwner(self, 'ANCHOR_TOPLEFT') GameTooltip:SetItemByID(self.itemID) + GameTooltip:AddLine(' ') + GameTooltip:AddLine('Right-click to remove from list', 0, 1, 0) + GameTooltip:Show() end local filterItems = {} -- 1.7.9.5