From b0e2c0b60533ce1fdffe8d2c031c7eb74bdbac71 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 11 Nov 2008 16:46:01 +0000 Subject: [PATCH] * Fixed a mis-spelling in the .toc file that lead to AddonLoader support not working * Fixed an issue where loading the addon via AddOnLoader would cause the main edit box to be too small --- WowLua.lua | 1 + WowLua.toc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WowLua.lua b/WowLua.lua index 6d329b2..4723450 100644 --- a/WowLua.lua +++ b/WowLua.lua @@ -586,6 +586,7 @@ SlashCmdList["WOWLUA"] = function(txt) local page, entry = WowLua:GetCurrentPage() if first then WowLuaFrameEditBox:SetText(entry.content) + WowLuaFrameEditBox:SetWidth(WowLuaFrameEditScrollFrame:GetWidth()) WowLua:SetTitle(false) first = false end diff --git a/WowLua.toc b/WowLua.toc index 5283999..cae5773 100644 --- a/WowLua.toc +++ b/WowLua.toc @@ -4,7 +4,7 @@ ## Author: Cladhaire ## Notes: Interactive Lua interpreter and scratchpad ## LoadManagers: AddonLoader -## X-LoadOn-Shash: /wowlua, /lua +## X-LoadOn-Slash: /wowlua, /lua ## SavedVariables: WowLua_DB Localization.enUS.lua -- 1.7.9.5