@@ -777,6 +777,11 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
return YES;
}
+- (BOOL)canBecomeMainWindow
+{
+ return YES;
+}
+
@end