|
Last change
on this file was 193, checked in by maron, 17 years ago |
|
Automatické generování verzí addonu podle složek
|
-
Property svn:executable
set to
*
|
|
File size:
697 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="tallent.lua"/>
|
|---|
| 6 | <Script file="CzWoW.lua"/>
|
|---|
| 7 | <Frame name="CzWoW" parent="UIParent">
|
|---|
| 8 | <Scripts>
|
|---|
| 9 | <OnLoad>
|
|---|
| 10 | CzWoW_OnLoad();
|
|---|
| 11 | </OnLoad>
|
|---|
| 12 | <OnEvent>
|
|---|
| 13 | CzWoW_OnEvent(event);
|
|---|
| 14 | </OnEvent>
|
|---|
| 15 | <OnUpdate>
|
|---|
| 16 | CZWOW_OnUpdate();
|
|---|
| 17 | </OnUpdate>
|
|---|
| 18 | </Scripts>
|
|---|
| 19 | </Frame>
|
|---|
| 20 | <Frame name="GameTooltip" parent="GameTooltip" hidden="false">
|
|---|
| 21 | <Scripts>
|
|---|
| 22 | <OnUpdate>
|
|---|
| 23 | CZWOW_GameTooltip_OnUpdate();
|
|---|
| 24 | </OnUpdate>
|
|---|
| 25 | </Scripts>
|
|---|
| 26 | </Frame>
|
|---|
| 27 | </Ui>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.