WoWInterface SVN FuBaruClock

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

trunk/FuBar_uClock.toc
1,5 → 1,5
## Interface: 20400
## Title: FuBar - u|cffffffffClock|r
## Title: FuBar - |cff00ff00u|cffffffffClock|r
## Notes: Minimalistic time/date display.
## Author: Ethan Centaurai
## Version: 1.0.wowi:revision
trunk/Core.lua
18,3 → 18,7
function uClock:OnTooltipUpdate()
GameTooltip:SetText(date("%A, %B %d, %Y"))
end
 
function uClock:OnClick()
ToggleTimeManager()
end