* Base the options title off Clique.rev, which is pulled from Clique.luq
James Whitehead II [05-20-07 - 15:51]
* Base the options title off Clique.rev, which is pulled from Clique.luq
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()