source: trunk/Modules/Export/files/3.3.5a/CzWoW/CzWoW.xml

Last change on this file was 521, checked in by chronos, 12 years ago
  • Přidáno: Soubory addonu verze 3.3.5a.
  • Property svn:executable set to *
File size: 746 bytes
Line 
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="localizationStrings.lua"/>
4 <Script file="Localization.lua"/>
5 <Script file="CzWoW.lua"/>
6 <Frame name="CzWoW" parent="UIParent">
7 <Scripts>
8 <OnLoad>
9 CzWoW_OnLoad(self);
10 </OnLoad>
11 <OnUpdate>
12 CZWOW_OnUpdate();
13 </OnUpdate>
14 <OnEvent>
15 CzWoW_OnEvent(self, event, ...);
16 </OnEvent>
17
18 </Scripts>
19 </Frame>
20 <Frame name="SC_ChaChingGUIFrame" parent="UIParent">
21
22 <Scripts>
23 <OnLoad>
24 SC_ChaChingPanel_OnLoad(self);
25 </OnLoad>
26 </Scripts>
27
28
29 </Frame>
30
31</Ui>
Note: See TracBrowser for help on using the repository browser.