cocoaTouch/otherSrc/CommodityFunctions.m
changeset 3385 361bd29293f4
parent 3373 c1ff724a5c34
child 3405 8fdb08497bf1
--- a/cocoaTouch/otherSrc/CommodityFunctions.m	Sat May 01 05:15:16 2010 +0000
+++ b/cocoaTouch/otherSrc/CommodityFunctions.m	Sat May 01 12:53:55 2010 +0000
@@ -44,7 +44,7 @@
 
 BOOL rotationManager (UIInterfaceOrientation interfaceOrientation) {
     if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
-        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
+        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) || (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
     else
         return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);