cocoaTouch/TeamEditViewController.m
changeset 3116 97dc65a47b15
parent 2687 28b8330b8af1
--- a/cocoaTouch/TeamEditViewController.m	Sat Mar 27 17:22:33 2010 +0000
+++ b/cocoaTouch/TeamEditViewController.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.