vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<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/
..\FrameXML\UI.xsd">
        <Script file="localization.lua"/>
        <Script file="TitanBMRecLevel.lua"/>
        <Frame parent="UIParent">
                <Frames>
                        <Button name="TitanPanelBRLButton" inherits="TitanPanelTextTemplate" frameStrata="FULLSCREEN" toplevel="true">
                                <Scripts>
                                        <OnLoad>
                                                TitanPanelBRLButton_OnLoad();
                                                TitanPanelButton_OnLoad();
                                        </OnLoad>
                                        <OnEvent>
                                                TitanPanelBRLButton_OnEvent();
                                        </OnEvent>                                      
                                </Scripts>
                        </Button>
                </Frames>
        </Frame>        
</Ui>

Generated by GNU Enscript 1.6.5.90.