WoWInterface SVN NickCompleter

[/] [NickCompleter.xml] - Rev 3

Compare with Previous | Blame | View Log

<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/ \FrameXML\UI.xsd">
    <Script file="SilvanasAddonsLib.lua"/>
        <Script file="NickCompleter.lua"/>
        <Script file="NickCompleter_Interface.lua"/>
        <Frame name="NickCompleterDummyFrame">
                <Scripts>
                        <OnLoad> NickCompleter_Load(self); </OnLoad>
                        <OnEvent>NickCompleter_Event(event,...);</OnEvent>
                </Scripts>
        </Frame>
</Ui>

Compare with Previous | Blame