diff -r 831bd0f7050d -r 97dc65a47b15 cocoaTouch/TeamMenuViewController.m
--- a/cocoaTouch/TeamMenuViewController.m	Sat Mar 27 17:22:33 2010 +0000
+++ b/cocoaTouch/TeamMenuViewController.m	Sat Mar 27 17:27:15 2010 +0000
@@ -28,13 +28,11 @@
 }
 */
 
-/*
 // Override to allow orientations other than the default portrait orientation.
 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
     // Return YES for supported orientations
-    return (interfaceOrientation == UIInterfaceOrientationPortrait);
+    return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
 }
-*/
 
 - (void)didReceiveMemoryWarning {
 	// Releases the view if it doesn't have a superview.