vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd">
3 <Script file="localization.lua"/>
4 <Script file="TitanRepair.lua"/>
5  
6 <Frame parent="UIParent">
7 <Frames>
8 <Button name="TitanPanelRepairButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
9 <Scripts>
10 <OnLoad>
11 TitanPanelRepairButton_OnLoad();
12 TitanPanelButton_OnLoad();
13 </OnLoad>
14 <OnEvent>
15 TitanPanelRepairButton_OnEvent();
16 </OnEvent>
17 </Scripts>
18 </Button>
19 </Frames>
20 </Frame>
21 <GameTooltip name="TRTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
22  
23 </Ui>