WoWInterface SVN pStats

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 20 to Rev 21
    Reverse comparison

Rev 20 → Rev 21

trunk/pStats_Config/pStats_Config.lua
1,7 → 1,8
local db = pStatsDB or {colors = {0, 1, 1}, sorted = true} - LibStub('LibSimpleOptions-1.0').AddOptionsPanel('pStats', function(self) + local db = pStatsDB or {colors = {0, 1, 1}, sorted = true} local title, sub = self:MakeTitleTextAndSubText('pStats', 'These options allow you to customize the looks of pStats.') + + pStatsDB = db self:MakeButton( 'name', 'Class Color',