From 2c7beddebaeed8c02bad9ba0603309852ea96abb Mon Sep 17 00:00:00 2001 From: pompachomp Date: Tue, 24 Nov 2009 20:36:28 +0000 Subject: [PATCH] Some minor comment cleanup --- ARLFrame.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 3beff7a..e1c927d 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3373,14 +3373,14 @@ function addon:InitializeFrame() function(self,button) local filterdb = addon.db.profile.filters.rep if button == "LeftButton" then - -- Reset all armor to true + -- Set all Reputations to true filterdb.argentdawn = true filterdb.cenarioncircle = true filterdb.thoriumbrotherhood = true filterdb.timbermaw = true filterdb.zandalar = true elseif button == "RightButton" then - -- Reset all armor to false + -- Set all Reputations to false filterdb.argentdawn = false filterdb.cenarioncircle = false filterdb.thoriumbrotherhood = false @@ -3446,7 +3446,7 @@ function addon:InitializeFrame() function(self,button) local filterdb = addon.db.profile.filters.rep if button == "LeftButton" then - -- Reset all armor to true + -- Set all Reputations to true filterdb.aldor = true filterdb.ashtonguedeathsworn = true filterdb.cenarionexpedition = true @@ -3462,7 +3462,7 @@ function addon:InitializeFrame() filterdb.sporeggar = true filterdb.violeteye = true elseif button == "RightButton" then - -- Reset all armor to false + -- Set all Reputations to false filterdb.aldor = false filterdb.ashtonguedeathsworn = false filterdb.cenarionexpedition = false @@ -3591,7 +3591,7 @@ function addon:InitializeFrame() function(self,button) local filterdb = addon.db.profile.filters.rep if button == "LeftButton" then - -- Reset all armor to true + -- Set all Reputations to true filterdb.argentcrusade = true filterdb.frenzyheart = true filterdb.ebonblade = true @@ -3603,7 +3603,7 @@ function addon:InitializeFrame() filterdb.ashenverdict = true filterdb.wrathcommon1 = true elseif button == "RightButton" then - -- Reset all armor to false + -- Set all Reputations to false filterdb.argentcrusade = false filterdb.frenzyheart = false filterdb.ebonblade = false -- 1.7.9.5