annotate AskMrRobot.xml @ 18:fd135f065e75
v2
Added tag v2.0.0.0 for changeset e77e01abce98
author |
Adam tegen <adam.tegen@gmail.com> |
date |
Mon, 13 Oct 2014 21:31:37 -0500 |
parents |
ec731d2fe6ba |
children |
|
rev |
line source |
adam@0
|
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/..\FrameXML\UI.xsd">
|
adam@0
|
2 <GameTooltip name="MyScanningTooltip" inherits="GameTooltipTemplate">
|
adam@0
|
3 <Scripts>
|
adam@0
|
4 <Onload>
|
adam@0
|
5 self:SetOwner(WorldFrame, "ANCHOR_NONE");
|
adam@0
|
6 </Onload>
|
adam@0
|
7 </Scripts>
|
adam@0
|
8 </GameTooltip>
|
adam@0
|
9 </Ui>
|