Bring back testing of HUD style CPAlerts.

This part of the test was temporarily disabled recently due to changes which broke HUD style CPAlerts.
This commit is contained in:
Alexander Ljungberg
2010-12-29 23:15:22 -03:00
parent f7e016a98c
commit 3caa703ced
+1
View File
@@ -96,6 +96,7 @@
[alert addButtonWithTitle:message[2]];
if (message.length > 3)
[alert addButtonWithTitle:message[3]];
[alert setTheme:(windowStyle === CPHUDBackgroundWindowMask) ? [CPTheme defaultHudTheme] : [CPTheme defaultTheme]];
[alert setAlertStyle:variation[1]];
if (windowStyle & CPDocModalWindowMask)