cocoaTouch/otherSrc/CommodityFunctions.m
changeset 3405 8fdb08497bf1
parent 3385 361bd29293f4
child 3479 972ae3ec178a
--- a/cocoaTouch/otherSrc/CommodityFunctions.m	Sun May 02 18:25:13 2010 +0000
+++ b/cocoaTouch/otherSrc/CommodityFunctions.m	Sun May 02 18:42:19 2010 +0000
@@ -44,7 +44,7 @@
 
 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation) {
     if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
-        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) || (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
+        return YES;
     else
         return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);