Quantcast

Removed all of the localized Blizzard API from ARLFrame.lua - none of it was needed.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-23 00:03:26
Author local date 2009-11-23 00:03:26 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-23 00:03:26
Committer local date 2009-11-23 00:03:26 +0000
Commit a1e1c2d7335e05f4b466612e754279b24895226a
Tree 883439fc3bf08fddaf84bdf21ead6102b38f1f62
Parent b93ccd0073f02968d228380fc17054e41e1fd0b0
Removed all of the localized Blizzard API from ARLFrame.lua - none of it was needed.
Added constants for the Flyaway frame's height and widths.
Renamed addon.DoFlyaway() to DoFlyaway(), moved it into the do block with CreateExpandedPanelCheckButton(), and removed the calls to addon.Flyaway:SetHeight() as unnecessary.
Moved recursiveReset() to just before addon:InitializeFrame().
Moved ExpButtonTT into a do block with CreateExpandedPanelCheckButton().
Moved ExpButtonText to just before HideARL_ExpOptCB().
Moved the font code to just above the tooltip code, where it is used.