From c4a2fec5d2b8104f77bf90e402bc94051a1b5ed7 Mon Sep 17 00:00:00 2001 From: Ackis Date: Sat, 12 Sep 2009 16:24:58 +0000 Subject: [PATCH] Update a comment. --- ARLFrame.lua | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index 6d62386..0a73f74 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -4961,13 +4961,12 @@ function addon:DisplayFrame( end --- Description: Creates a new frame with the contents of a text dump so you can copy and paste --- Expected result: New frame with all recipes listed and acquire info --- Input: A text string of what to paste --- Output: None --- Creates a frame where you can copy and paste contents from. Adds the textdump text into that frame. --- Code stolen from Antiarc and Chatter - +--- Creates a new frame with the contents of a text dump so you can copy and paste +-- Code borrowed from Antiarc (Chatter) with permission +-- @name AckisRecipeList:DisplayTextDump +-- @param RecipeDB The database (array) which you wish read data from. +-- @param profession Which profession are you displaying data for +-- @param text The text to be dumped local PaneBackdrop = { bgFile = [[Interface\DialogFrame\UI-DialogBox-Background]], edgeFile = [[Interface\DialogFrame\UI-DialogBox-Border]], -- 1.7.9.5