PDA

View Full Version : Second Bar Hide Key Modifier Bug


DarthGreg
11-09-2004, 04:50 AM
Picture says it all:

http://misdirected.edgz.com/greg/wowscreens/keymodifierbug1.jpg

I tried lots of combinations of Second Bar configurations, but got this error no matter what when I checked Hide Key Modifiers.

sarf
11-09-2004, 08:32 AM
Hmm... I'll see what I can figure out.

<BONK WHACK SMACK>

Fixed in the SVN. Will take a while to get out to you.

If you want to fix it yourself temporarily, go to line 84 in the SecondActionButton.lua (in Interface\AddOns\SecondBar) and change: local keyText = KeyBindingFrame_GetLocalizedName(KeyBindingFrame_G etLocalizedName(GetBindingKey(action), "KEY_"));to local keyText = KeyBindingFrame_GetLocalizedName(GetBindingKey(act ion), "KEY_");
One GetLocalizedName too many, I guess. :(

Sarf
---
We are the people our parents warned us about.