annotate AskMrRobot.xml @ 26:3af56b6545e0
v6
Fixed an issue with realm names
author |
Adam tegen <adam.tegen@gmail.com> |
date |
Wed, 15 Oct 2014 19:07:51 -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>
|