Quantcast

Add an "All Group" checkbox

James Whitehead II [02-05-08 - 15:09]
Add an "All Group" checkbox
Filename
Localization.enUS.lua
PerfectRaid_Frames.lua
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