From ba3172f7d31fac61b4667a3df3eceddf0616c1c9 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Sun, 20 May 2007 15:51:04 +0000 Subject: [PATCH] * Base the options title off Clique.rev, which is pulled from Clique.luq --- CliqueOptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CliqueOptions.lua b/CliqueOptions.lua index 0af88f8..2b85770 100644 --- a/CliqueOptions.lua +++ b/CliqueOptions.lua @@ -224,7 +224,7 @@ function Clique:CreateOptionsFrame() frame:SetWidth(400) frame:SetPoint("LEFT", SpellBookFrame, "RIGHT", 15, 30) self:SkinFrame(frame) - frame.title:SetText("Clique (BC) v0.1"); + frame.title:SetText("Clique Rev. " .. Clique.rev); frame:SetScript("OnShow", function() if Clique.inuse then CliqueHelpText:Hide() -- 1.7.9.5