From 2c0e1f6d0a0e4936ca1d351876fbac5f9b3c9ab4 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Wed, 3 Aug 2011 23:32:33 -0500 Subject: [PATCH] Color "Welcome to" as well. --- StarTip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StarTip.lua b/StarTip.lua index 7815053..fd7de33 100644 --- a/StarTip.lua +++ b/StarTip.lua @@ -727,7 +727,7 @@ function StarTip:OnEnable() local plugin = {} LibStub("LibScriptablePluginColor-1.0"):New(plugin) if self.db.profile.message then - ChatFrame1:AddMessage(plugin.Colorize(L["Welcome to "] .. StarTip.notes, 0, 1, 1) .. plugin.Colorize(L[" Type /startip to open config. Alternatively you could press escape and choose the addons menu. Or you can choose to show a minimap icon. You can turn off this message under Settings."], 1, 1, 0)) + ChatFrame1:AddMessage("|cff202585" .. L["Welcome to "] .. "|r" .. StarTip.notes .. plugin.Colorize(L[" Type /startip to open config. Alternatively you could press escape and choose the addons menu. Or you can choose to show a minimap icon. You can turn off this message under Settings."], 1, 1, 0)) end end -- 1.7.9.5