Quantcast

Moved the ExpButtonText to the Constants section.

Author torhal <torhal@dummy.example.com>
Author date 2009-11-27 20:05:19
Author local date 2009-11-27 20:05:19 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-11-27 20:05:19
Committer local date 2009-11-27 20:05:19 +0000
Commit f0fad5cc6b5e0e79fa6a189ff87bea5908bda4bf
Tree 5d125e95b15db4df4ef45804f774041e6bf71ee9
Parent fa27240b1e2df10882aa845bb1f8555be3f9d6a3
Moved the ExpButtonText to the Constants section.
Added MAINPANEL_NORMAL_WIDTH and MAINPANEL_EXPANDED_WIDTH.
Moved the acquire-type constants to the Constants section.
Moved the StaticPopup definitions to the Constants section.
Renamed factionHorde, factionAlliance, and factionNeutral to FACTION_HORDE, FACTION_ALLIANCE, and FACTION_NEUTRAL then moved them to the Constants section.
Moved various commonly-used local functions toward the top of the file.
addon.flyTexture is now MainPanel.filter_menu.texture
Moved creation of MainPanel.progress_bar from addon:InitializeFrame() to the main file body.
MainPanel:UpdateProgressBar() is now MainPanel.progress_bar:Update()
ARL_ResetButton is now MainPanel.filter_reset, and is created in the main file body instead of within addon:InitializeFrame()