changeset 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 67fcc0f83329
children 9793e8b683d2
files AskMrRobot.toc ui/CombatLogTab.lua
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/AskMrRobot.toc	Thu Jul 10 15:26:43 2014 -0700
+++ b/AskMrRobot.toc	Thu Jul 10 15:31:17 2014 -0700
@@ -1,7 +1,7 @@
 ## Interface: 50400
 ## Title: Ask Mr. Robot
 ## Author: Team Robot, Inc.
-## Version: 1.2.15.0
+## Version: 1.2.16.0
 ## Notes: Exports/Imports data to/from askmrrobot.com.
 ## URL: www.askmrrobot.com
 ## DefaultState: Enabled
--- 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