WoWInterface SVN PhanxWatchFrame

Compare Revisions

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

Rev 3 → Rev 4

LICENSE.txt
1,4 → 1,4
Copyright (c) 2012 Phanx <addons@phanx.net>
Copyright (c) 2010-2012 Phanx <addons@phanx.net>
 
All rights reserved.
 
7,26 → 7,28
 
Permission is granted for anyone to modify this software or sample from
it, and to distribute such modified versions or derivative works as long
as neither the names of this software nor its authors are used in the
as neither the names of this software nor its author(s) are used in the
name or title of the work or in any other way that may cause it to be
confused with this software.
 
Permission is granted for anyone to distribute this software as part of
a collective work or compilation as long as the software is not modified
in any way, including by modifying or removing any files.
Permission is granted for anyone to aggregate this software with other
works not derived from this software for the purpose of creating a user
interface compilation for "World of Warcraft" and to distribute such
compilations as long as the software is not modified in any way,
including by modifying or removing any files.
 
This software may not be distributed in any other way, in whole or in
part, modified or unmodified, without specific prior written permission
from the authors of this software.
This software may not be distributed standalone or in any other way, in
whole or in part, modified or unmodified, without specific prior written
permission from the author(s) of this software.
 
The names of this software and/or its authors may not be used to promote
or endorse works derived from this software without specific prior
written permission from the authors of this software.
The names of this software and/or its author(s) may not be used to
promote or endorse works derived from this software without specific
prior written permission from the author(s) of this software.
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
PhanxWatchFrame.lua
1,3 → 1,9
--[[
PhanxWatchFrame
Copyright (c) 2009-2012 Phanx <addons@phanx.net>. All rights reserved.
See the accompanying LICENSE file for details.
--]]
 
hooksecurefunc("WatchFrameItem_UpdateCooldown", function(button)
if button and PhanxBorder and not button.BorderTextures then
button:SetSize(34, 34)
PhanxWatchFrame.toc
1,3 → 1,8
## Interface: 40100
 
## Author: Phanx
## X-Email: addons@phanx.net
## X-Copyright: Copyright (c) 2009-2012 Phanx. All rights reserved.
## X-License: See the accompanying LICENSE file for details.
 
PhanxWatchFrame.lua
\ No newline at end of file