WoW:XML/Button/NormalText: Difference between revisions

From AddOn Studio
< XML‎ | Button
Jump to navigation Jump to search
No edit summary
m (catfix)
Line 11: Line 11:
it seems there is a <NormalFont> element to be used instead of <NormalText>.
it seems there is a <NormalFont> element to be used instead of <NormalText>.


[[Category:Interface Customization]]
[[Category:Interface customization]]

Revision as of 18:40, 7 July 2008

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>.