Changeset 452
- Timestamp:
- 07/12/09 15:07:25 (4 years ago)
- Location:
- apps/iphone/superbook/trunk
- Files:
-
- 2 modified
-
Classes/FriendsMapViewController.m (modified) (1 diff)
-
FMapView.xib (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/FriendsMapViewController.m
r405 r452 298 298 [[self alloc] initWithNibName:@"FMapView" bundle:[NSBundle mainBundle]]; 299 299 } 300 // Assign localization 301 ((UILabel *)[sharedFMVC.view viewWithTag:101]).text = LocStr(@"GPS Last Update Time:"); 300 302 } 301 303 return sharedFMVC; -
apps/iphone/superbook/trunk/FMapView.xib
r404 r452 70 70 <bool key="IBUIOpaque">NO</bool> 71 71 <bool key="IBUIClipsSubviews">YES</bool> 72 <int key="IBUITag">101</int> 72 73 <bool key="IBUIUserInteractionEnabled">NO</bool> 73 74 <string key="IBUIText">GPS Last Update Time:</string>








