Mercurial > wow > reaction
annotate bindings.lua @ 30:0d95ce7a9ec2
- added Ace3 externs
- converted ReAction_ConfigUI to use blizzard interface addons panel via AceConfigDialog-3.0
- partially converted FuBar module to LibRock, deprecated it (going to remove it entirely later)
- cleaned up a couple other tidbits
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 02 Apr 2008 23:31:13 +0000 |
parents | 21bcaf8215ff |
children |
rev | line source |
---|---|
flickerstreak@28 | 1 local L = LibStub("AceLocale-3.0"):GetLocale("ReAction") |
flickerstreak@28 | 2 local _G = _G |
flickerstreak@28 | 3 |
flickerstreak@28 | 4 _G["BINDING_HEADER_REACTION"] = L["ReAction"] |
flickerstreak@28 | 5 |
flickerstreak@28 | 6 _G["BINDING_NAME_REACTION_TOGGLELOCK"] = L["Toggle ReAction Bar Lock"] |
flickerstreak@28 | 7 _G["BINDING_NAME_REACTION_TOGGLEKEYBIND"] = L["ReAction Keybinding Mode"] |