WoW:XML/Button/NormalText

From AddOn Studio
< XML‎ | Button
Revision as of 04:49, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page XML/Button/NormalText to XML/Button/NormalText without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This appears to crash the WoW client.

<NormalText text="Hello World"/>


Using Blizzard's UI interface customization kit, extract the files and use

<NormalText inherits="DialogButtonNormalText" text="No problem">

it seems there is a <NormalFont> element to be used instead of <NormalText>.