Changeset 453
- Timestamp:
- 07/12/09 15:12:09 (4 years ago)
- Location:
- apps/iphone/superbook/trunk/Classes
- Files:
-
- 2 modified
-
FriendsMapViewController.h (modified) (1 diff)
-
FriendsMapViewController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/FriendsMapViewController.h
r403 r453 37 37 #import <CoreLocation/CoreLocation.h> 38 38 #import "MyCLController.h" 39 40 #define VIEW_GPS_TIME_DESC_LABEL_TAG 101 39 41 40 42 @interface FriendsMapViewController : UIViewController <RMMapViewDelegate, MyCLControllerDelegate, UIActionSheetDelegate>{ -
apps/iphone/superbook/trunk/Classes/FriendsMapViewController.m
r452 r453 299 299 } 300 300 // Assign localization 301 ((UILabel *)[sharedFMVC.view viewWithTag: 101]).text = LocStr(@"GPS Last Update Time:");301 ((UILabel *)[sharedFMVC.view viewWithTag:VIEW_GPS_TIME_DESC_LABEL_TAG]).text = LocStr(@"GPS Last Update Time:"); 302 302 } 303 303 return sharedFMVC;








