cocoaTouch/otherSrc/CommodityFunctions.m
changeset 3513 f589230fa21b
parent 3495 a6b4f351d400
--- a/cocoaTouch/otherSrc/CommodityFunctions.m	Thu Jun 17 11:42:23 2010 -0400
+++ b/cocoaTouch/otherSrc/CommodityFunctions.m	Thu Jun 17 19:57:51 2010 +0200
@@ -93,8 +93,8 @@
     if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
         return YES;
     else
-        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
-
+        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) ||
+               (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);  
 }
 
 NSInteger randomPort () {