From 5c2c560b7723abc2fbf9f1b65edda44168061a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tekkub=20=3Abear=3A=E2=80=82?= Date: Sun, 20 Nov 2011 16:55:58 -0700 Subject: [PATCH] More betterer tooltip --- GnomishVendorShrinker.lua | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/GnomishVendorShrinker.lua b/GnomishVendorShrinker.lua index bce64ef..b7c57a2 100644 --- a/GnomishVendorShrinker.lua +++ b/GnomishVendorShrinker.lua @@ -378,9 +378,14 @@ editbox:SetScript("OnEnter", function(self) GameTooltip:SetOwner(self, "ANCHOR_BOTTOMRIGHT") GameTooltip:AddLine("Enter an item name to search") GameTooltip:AddLine(" ") - GameTooltip:AddDoubleLine("Type search:", "bop, boe, bou, boa, quest", nil,nil,nil, 255,255,255) - GameTooltip:AddDoubleLine(" ", "q=rare, q<4, ilvl>=359, t:shield", 255,255,255, 255,255,255) - GameTooltip:AddLine("& - Match both | - Match either ! - Do not match", 255,255,255) + GameTooltip:AddDoubleLine("Type search:", "bop boe bou", nil,nil,nil, 255,255,255) + GameTooltip:AddDoubleLine(" ", "boa quest", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "ilvl>=378 ilvl=359", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "q=rare q<4", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "t:leather t:shield", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine("Modifiers:", "& Match both", nil,nil,nil, 255,255,255) + GameTooltip:AddDoubleLine(" ", "| Match either", 255,255,255, 255,255,255) + GameTooltip:AddDoubleLine(" ", "! Do not match", 255,255,255, 255,255,255) GameTooltip:Show() end) editbox:SetScript("OnLeave", function(self)