WoWInterface SVN BindingsReminder

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 6 to Rev 5
    Reverse comparison

Rev 6 → Rev 5

BindingsReminder/BindingsReminder.toc
1,11 → 1,10
## Interface: 40000
## Interface: 30200
## Title: Binding Reminder
## Version: 1.0.1-40000
## Version: 1.0-30200
## Notes: keep track of all your bindings
## Author: Josh_Borke
## OptionalDep: DevTools
BindingsReminder.lua
Layouts\Qwerty.lua
Layouts\Dvorak.lua
Layouts\Hungarian.lua
BindingsReminder.xml
BindingsReminder/Layouts/Hungarian.lua File deleted
BindingsReminder/BindingsReminder.lua
1,4 → 1,4
local _version = "1.0.1-40000"
local _version = "1.0-30200"
local tinsert = table.insert
local type, next, pairs, getglobal = type, next, pairs, getglobal
local tostring, tonumber = tostring, tonumber