Quantcast

Added escape handling

Kevin Lyles [11-26-09 - 00:47]
Added escape handling
Filename
config.xml
diff --git a/config.xml b/config.xml
index 7a0d195..abe19a8 100644
--- a/config.xml
+++ b/config.xml
@@ -1,4 +1,10 @@
 <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">
-	<Frame name="ww_config" parent="UIParent" hidden="true" frameStrata="HIGH"/>
+	<Frame name="ww_config" parent="UIParent" hidden="true" frameStrata="HIGH">
+		<Scripts>
+			<OnLoad>
+				table.insert(UISpecialFrames, self:GetName());
+			</OnLoad>
+		</Scripts>
+	</Frame>
 </Ui>