# HG changeset patch # User yellowfive # Date 1405031477 25200 # Node ID 218628cb4a2942be696e04864ecd59c1206667c4 # Parent 67fcc0f83329dbe89799ec999d66d885c2b6016a removed test button from combat log tab diff -r 67fcc0f83329 -r 218628cb4a29 AskMrRobot.toc --- 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 diff -r 67fcc0f83329 -r 218628cb4a29 ui/CombatLogTab.lua --- 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