From 08bb0d4bf16104378908b63907ba33859a204703 Mon Sep 17 00:00:00 2001 From: pschifferer Date: Thu, 26 Feb 2009 01:35:51 +0000 Subject: [PATCH] Added some color codes to the type line in the tooltip. --- CauldronMain.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CauldronMain.lua b/CauldronMain.lua index 6f247b0..a7586f2 100644 --- a/CauldronMain.lua +++ b/CauldronMain.lua @@ -760,9 +760,9 @@ function Cauldron:SetTradeSkillItem(tooltip, itemIndex, reagentIndex) -- let the user know if the reagent is a "non-key" reagent if reagentInfo.key then - tooltip:AddLine(L["Type: "]..L["Key"]); + tooltip:AddLine(L["Type: "].."|cff990000"..L["Key"].."|r"); else - tooltip:AddLine(L["Type: "]..L["Vendor"]); + tooltip:AddLine(L["Type: "].."|cffffffff"..L["Vendor"].."|r"); end else -- link = GetTradeSkillItemLink(itemIndex); -- 1.7.9.5