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="TitanCheckStone.lua"/>
        <Frame parent="UIParent">
                <Frames>
                        <Button name="TitanPanelCHKSTONEButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
                                <Scripts>
                                        <OnLoad>
                                                TitanPanelCHKSTONEButton_OnLoad()
                                                TitanPanelButton_OnLoad()
                                        </OnLoad>
                                </Scripts>
                        </Button>
                        
                </Frames>
        </Frame>
    <MessageFrame name="CHKSTONEWarningFrame" insertMode="BOTTOM" parent="UIParent" frameStrata="HIGH" toplevel="true">
        <Size>
                        <AbsDimension x="512" y="200"/>
                </Size>
                <Anchors>
                        <Anchor point="CENTER"/>
                </Anchors>
                <FontString inherits="ErrorFont" justifyH="CENTER"/>
        </MessageFrame>
</Ui>

Generated by GNU Enscript 1.6.5.90.