annotate MyLilPony.xml @ 4:7e41cf184b8a

Adding .docmeta
author syzler
date Mon, 04 Apr 2011 04:58:43 +0000
parents 7dfbf42c2d60
children b1e344c17ab5
rev   line source
syzler@1 1 <!--
syzler@1 2 MyLilPony
syzler@1 3 Copyright (c) 2011 Syzler
syzler@1 4
syzler@1 5 This program is free software: you can redistribute it and/or modify
syzler@1 6 it under the terms of the GNU General Public License as published by
syzler@1 7 the Free Software Foundation, either version 3 of the License, or
syzler@1 8 (at your option) any later version.
syzler@1 9
syzler@1 10 This program is distributed in the hope that it will be useful,
syzler@1 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
syzler@1 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
syzler@1 13 GNU General Public License for more details.
syzler@1 14
syzler@1 15 You should have received a copy of the GNU General Public License
syzler@1 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
syzler@1 17 -->
syzler@1 18 <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/
syzler@1 19 ..\FrameXML\UI.xsd">
syzler@1 20 <Frame name="MyLilPonyFrame" hidden="false">
syzler@1 21 <Scripts>
syzler@1 22 <OnLoad>
syzler@1 23 MyLilPony.OnLoad();
syzler@1 24 </OnLoad>
syzler@1 25 </Scripts>
syzler@1 26 </Frame>
syzler@1 27 </Ui>