WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/IdeEditor
    from Rev 653 to Rev 676
    Reverse comparison

Rev 653 → Rev 676

FeatureEditor.lua
51,7 → 51,7
 
dlg = VFLUI.Window:new(parent);
VFLUI.Window.SetDefaultFraming(dlg, 24);
dlg:SetBackdrop(VFLUI.BlackDialogBackdrop);
--dlg:SetBackdrop(VFLUI.BlackDialogBackdrop);
dlg:SetTitleColor(0,.6,0);
dlg:SetText(VFLI.i18n("Feature Editor: ") .. path);
dlg:SetWidth(700); dlg:SetHeight(500);