From 26c53b8671618c87245b77259287ecc6466ba0ad Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 5 Feb 2008 15:09:01 +0000 Subject: [PATCH] Add an "All Group" checkbox --- Localization.enUS.lua | 1 + PerfectRaid_Frames.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/Localization.enUS.lua b/Localization.enUS.lua index cfa3dae..81a28c8 100644 --- a/Localization.enUS.lua +++ b/Localization.enUS.lua @@ -9,6 +9,7 @@ PerfectRaidLocals = { ["Align frames to BOTTOM"] = "Align frames to BOTTOM", ["Align frames to RIGHT"] = "Align frames to RIGHT", ["All Classes"] = "All Classes", + ["All Groups"] = "All Groups", ["Arcane Brilliance"] = "Arcane Brilliance", ["Arcane Intellect"] = "Arcane Intellect", ["Auto-fill Default"] = "Auto-fill Default", diff --git a/PerfectRaid_Frames.lua b/PerfectRaid_Frames.lua index c5a527f..6e33e04 100644 --- a/PerfectRaid_Frames.lua +++ b/PerfectRaid_Frames.lua @@ -263,6 +263,7 @@ function Frames:CreateEditFrame(parent) makeCheck(L["Group 7"], "7") makeCheck(L["Group 8"], "8") makeCheck(L["All Classes"], "WARRIOR,PRIEST,DRUID,SHAMAN,PALADIN,MAGE,ROGUE,WARLOCK,HUNTER") + makecheck(L["All Groups"], "1,2,3,4,5,6,7,8") for idx,button in ipairs(self.filters) do if idx == 1 then -- 1.7.9.5