From ed645ae6cdd65b763a7b8547f212762a8a193e24 Mon Sep 17 00:00:00 2001 From: ackis Date: Sat, 17 Jan 2009 04:42:31 +0000 Subject: [PATCH] Fix small bug with text dump in the config panel --- ARLConfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLConfig.lua b/ARLConfig.lua index 1a89454..3db1a39 100644 --- a/ARLConfig.lua +++ b/ARLConfig.lua @@ -1009,7 +1009,7 @@ local function fullOptions() desc = L["TEXT_DUMP_DESC"], func = function(info) addon:AckisRecipeList_Command(true) end, }, - textdump = { + exclusionlist = { order = 14, type = "execute", name = L["View Exclusion List"], -- 1.7.9.5