Mercurial > wow > askmrrobot
view config.lua @ 52:57e5795c8c29
Added tag v18 for changeset 6f1bb8fcf64d
author | TuhMuffinMan <TuhMuffinMan> |
---|---|
date | Fri, 28 Nov 2014 13:12:01 -0600 |
parents | 6f1bb8fcf64d |
children |
line wrap: on
line source
local addonName, AskMrRobot = ... local L = AskMrRobot.L local wow_ver = select(4, GetBuildInfo()) local wow_500 = wow_ver >= 50000 local UIPanelButtonTemplate = wow_500 and "UIPanelButtonTemplate" or "UIPanelButtonTemplate2"