Mercurial > wow > reaction
annotate Bindings.lua @ 87:3499ac7c3a9b
Implemented paged actions and mind control actions, and config menus to suit.
There's still some sort of bug in the actionID-selection routine, it doesn't always auto-select the IDs that I think it's going to if you resize a bar several times (especially in the presence of multiple pages).
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Sat, 28 Jun 2008 00:54:21 +0000 |
parents | a4620a29a9cb |
children |
rev | line source |
---|---|
flickerstreak@34 | 1 local L = LibStub("AceLocale-3.0"):GetLocale("ReAction") |
flickerstreak@34 | 2 local _G = _G |
flickerstreak@34 | 3 |
flickerstreak@34 | 4 _G["BINDING_HEADER_REACTION"] = L["ReAction"] |
flickerstreak@34 | 5 |
flickerstreak@34 | 6 _G["BINDING_NAME_REACTION_TOGGLELOCK"] = L["Toggle ReAction Bar Lock"] |
flickerstreak@34 | 7 _G["BINDING_NAME_REACTION_TOGGLEKEYBIND"] = L["ReAction Keybinding Mode"] |