cocoaTouch/SchemeEditViewController.m
changeset 3116 97dc65a47b15
parent 2701 3a8560c00f78
--- a/cocoaTouch/SchemeEditViewController.m	Sat Mar 27 17:22:33 2010 +0000
+++ b/cocoaTouch/SchemeEditViewController.m	Sat Mar 27 17:27:15 2010 +0000
@@ -27,14 +27,11 @@
     [super viewDidLoad];
 }
 
-
-/*
 // 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.