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/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
4 <!--
5 Version: 3.8.0 (Kangaroo)
6 Revision: $Id: Stubby.xml 954 2006-07-24 03:51:24Z mentalpower $
7  
8 License:
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License
11 as published by the Free Software Foundation; either version 2
12 of the License, or (at your option) any later version.
13  
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18  
19 You should have received a copy of the GNU General Public License
20 along with this program(see GLP.txt); if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 -->
23  
24 <Frame name="StubbyFrame" parent="UIParent" hidden="true">
25 <Scripts>
26 <OnLoad>
27 this:RegisterEvent("ADDON_LOADED")
28 this:RegisterEvent("VARIABLES_LOADED");
29 this:RegisterEvent("PLAYER_LOGIN");
30 </OnLoad>
31 <OnEvent>
32 Stubby.Events(event, arg1)
33 </OnEvent>
34 </Scripts>
35 </Frame>
36 </Ui>