Thomas Balthazar
2009-02-26 17:46:41 -08:00
committed by Ross Boucher
parent 547ed38855
commit 1d38ca64c7
+1 -1
View File
@@ -476,7 +476,7 @@ var CPPopUpButtonArrowsImage = nil;
*/
- (int)indexOfItemWithRepresentedObject:(id)anObject
{
return [_menu indexOfItemWithRepresentedObejct:anObject];
return [_menu indexOfItemWithRepresentedObject:anObject];
}
/*!