WoWInterface SVN Ranch

Compare Revisions

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

Rev 20 → Rev 19

trunk/ranch.tga Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
trunk/ranch.lua
6,7 → 6,7
local ldb = LibStub:GetLibrary("LibDataBroker-1.1")
 
-- Register the data source.
local dataobj = ldb:NewDataObject("Ranch", {type = "data source", icon = "Interface\\Addons\\Ranch\\Ranch.tga", text = "Ranch"})
local dataobj = ldb:NewDataObject("Ranch", {type = "data source", text = "Ranch"})
 
-- Create a frame and register the "VARIABLES_LOADED" event on it.
CreateFrame("Frame", "RanchFrame");