WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-KeyBinding
    from Rev 74 to Rev 75
    Reverse comparison

Rev 74 → Rev 75

PhanxConfig-KeyBinding.lua
86,11 → 86,6
local text = self.desc
if text then
GameTooltip:SetText( text, nil, nil, nil, nil, true )
if self.waitingForKey then
GameTooltip:AddLine( HINT_TEXT_ACTIVE )
else
GameTooltip:AddLine( HINT_TEXT_INACTIVE )
end
elseif self.waitingForKey then
GameTooltip:SetText( HINT_TEXT_ACTIVE, nil, nil, nil, nil, true )
else