WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/Wizards
    from Rev 598 to Rev 608
    Reverse comparison

Rev 598 → Rev 608

Wizard.lua
29,7 → 29,7
if self.window then return nil; end
self.history = {}; self.desc._ok = nil;
 
local win = VFLUI.Window:new(parent or VFLDIALOG);
local win = VFLUI.Window:new(parent);
VFLUI.Window.SetDefaultFraming(win, 20);
win:SetBackdrop(VFLUI.BlackDialogBackdrop);
win:SetTitleColor(0,0,.6); win:SetText(self.title);