Winify – Diff between revs 12 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 12 Rev 13
Line 88... Line 88...
88 { 88 {
89 return; 89 return;
90 } 90 }
Line 91... Line 91...
91   91  
92 var notificationForm = 92 var notificationForm =
93 new NotificationForm(i, e.Image, Resources.notification, e.Notification.Title, 93 new NotificationForm(i, e.Image, e.Notification.Title,
Line 94... Line 94...
94 e.Notification.Message, 5000); 94 e.Notification.Message, 5000);
Line 95... Line 95...
95   95