Last change
on this file was 325, checked in by maron, 15 years ago |
Addon 3.3.0 s podporou vypínání překladu interface
|
File size:
817 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 | this:RegisterEvent("VARIABLES_LOADED");
|
---|
10 | </OnLoad>
|
---|
11 | <OnUpdate>
|
---|
12 | CZWOW_OnUpdate();
|
---|
13 | </OnUpdate>
|
---|
14 | <OnEvent>
|
---|
15 | if (event == "VARIABLES_LOADED") then
|
---|
16 | CzWoW_OnLoad();
|
---|
17 | end
|
---|
18 | </OnEvent>
|
---|
19 |
|
---|
20 | </Scripts>
|
---|
21 | </Frame>
|
---|
22 | <Frame name="SC_ChaChingGUIFrame" parent="UIParent">
|
---|
23 |
|
---|
24 | <Scripts>
|
---|
25 | <OnLoad>
|
---|
26 | SC_ChaChingPanel_OnLoad(self);
|
---|
27 | </OnLoad>
|
---|
28 | </Scripts>
|
---|
29 |
|
---|
30 |
|
---|
31 | </Frame>
|
---|
32 |
|
---|
33 | </Ui>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.