diff ui/CombatLogTab.lua @ 15:218628cb4a29 v1.2.16.0

removed test button from combat log tab
author yellowfive
date Thu, 10 Jul 2014 15:31:17 -0700
parents ece9167c0d1c
children e77e01abce98
line wrap: on
line diff
--- a/ui/CombatLogTab.lua	Thu Jul 10 15:26:43 2014 -0700
+++ b/ui/CombatLogTab.lua	Thu Jul 10 15:31:17 2014 -0700
@@ -159,6 +159,7 @@
 	text = CreateText(content, "GameFontNormalSmall", text, 0, -10, L.AMR_COMBATLOGTAB_INSTRUCTIONS_6)
 	text = CreateText(content, "GameFontNormalSmall", text, 0, -10, L.AMR_COMBATLOGTAB_INSTRUCTIONS_7)
     
+	--[[
 	btn = CreateFrame("Button", "AmrCombatLogTest", tab, "UIPanelButtonTemplate")
 	btn:SetPoint("TOPLEFT", text, "BOTTOMLEFT", 0, -15)
 	btn:SetText("Test")
@@ -172,6 +173,7 @@
 		AskMrRobot.ExportToAddonChat(t)
 		AskMrRobot.ExportLoggingData(t)
     end)
+	]]
 
 	-- when we start up, ensure that logging is still enabled if it was enabled when they last used the addon
     if (tab:IsLogging()) then