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="TitanMail.lua"/>
5 <Frame parent="UIParent">
6 <Frames>
7 <Button name="TitanPanelMailButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
8 <Scripts>
9 <OnLoad>
10 TitanPanelMailButton_OnLoad();
11 TitanPanelButton_OnLoad();
12 </OnLoad>
13 <OnEvent>
14 TitanPanelMailButton_OnEvent();
15 </OnEvent>
16 </Scripts>
17 </Button>
18 <Button name="TitanPanelMailRightButton" inherits="TitanPanelIconTemplate" frameStrata="FULLSCREEN" toplevel="true">
19 <Scripts>
20 <OnLoad>
21 TitanPanelMailRightButton_OnLoad();
22 TitanPanelButton_OnLoad();
23 </OnLoad>
24 </Scripts>
25 </Button>
26 </Frames>
27 </Frame>
28 </Ui>