Last change
on this file was 276, checked in by maron, 15 years ago |
Chyba umístění
|
-
Property svn:executable
set to
*
|
File size:
506 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();
|
---|
10 | </OnLoad>
|
---|
11 | <OnEvent>
|
---|
12 | CzWoW_OnEvent(event);
|
---|
13 | </OnEvent>
|
---|
14 | <OnUpdate>
|
---|
15 | CZWOW_OnUpdate();
|
---|
16 | </OnUpdate>
|
---|
17 | </Scripts>
|
---|
18 | </Frame>
|
---|
19 | </Ui>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.