WoWInterface SVN EasyDND

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/EasyDND/opts
    from Rev 66 to Rev 67
    Reverse comparison

Rev 66 → Rev 67

options.lua
23,7 → 23,6
 
local defaults = {
profile = {
sig = "[EasyDND] ",
messagebg = L["Sorry I am currently busy in a battleground or arena. Please try again later."],
messageinst = L["Sorry I am currently busy in an instance. Please try again later."],
messageah = L["Sorry I am currently busy browsing the auction house. Please try again later."],
564,7 → 563,7
 
-- this function is used to clone the default table for Dewdrop-2.0 to apply changes on it without breaking the Ace3 table.
-- http://lua-users.org/wiki/CopyTable
-- Changes to the table are committed in the ToggleAce3ToAce2Types() function
-- Changes to the table are committed in the ToggleDewdrop function
local function deepcopy(object)
local lookup_table = {}
local function _copy(object)