WoWInterface SVN TitanPanelRecommendedZone

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 76 to Rev 77
    Reverse comparison

Rev 76 → Rev 77

trunk/TitanRecZone/TitanRecZone.toc
1,8 → 1,8
## Interface: 50300
## Title: Titan Panel [|cffeda55fRecomended Zone|r] |cff00aa005.3.0.0|r
## Notes: Displays level for current zone and recommends zones and instances for your level.
## Version: 5.3.0.0
## X-Date: 2013-06-04
## Version: 5.3.0.1
## X-Date: 2013-08-05
## Author: Kernighan
## SavedVariables:
## SavedVariablesPerCharacter:
trunk/TitanRecZone/TitanRecZone.lua
470,6 → 470,8
-- Instance display
if (WorldMapFrameAreaPetLevels:GetText()) then
TRZ_WorldMap_Text:SetPoint("TOP", WorldMapFrameAreaPetLevels, "BOTTOM");
elseif (WorldMapFrameAreaDescription:GetText()) then
TRZ_WorldMap_Text:SetPoint("TOP", WorldMapFrameAreaDescription, "BOTTOM");
else
TRZ_WorldMap_Text:SetPoint("TOP", WorldMapFrameAreaLabel, "BOTTOM");
end
trunk/TitanRecZone/localization.lua
1,5 → 1,5
TRZ_TITLE = "Titan Panel [Recommended Zone]";
TRZ_VERSION = "5.3.0.0";
TRZ_VERSION = "5.3.0.1";
 
TRZ_MENU_TEXT = 'Recommended Zone';
TRZ_BUTTON_LABEL = 'Zone: ';