Changeset 658
- Timestamp:
- 01/17/10 14:39:59 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/DomainViewController.m
r651 r658 12 12 13 13 @interface DomainViewController (PrivateMethods) 14 - (NS Integer)sectionForIndex:(NSInteger)sectionIndex;14 - (NSUInteger)sectionForIndex:(NSUInteger)sectionIndex; 15 15 @end 16 16 … … 103 103 #pragma mark Table view methods 104 104 105 - (NS Integer)sectionForIndex:(NSInteger)sectionIndex {105 - (NSUInteger)sectionForIndex:(NSUInteger)sectionIndex { 106 106 // maps the proper section index based on editing mode 107 107 switch (sectionIndex) { … … 246 246 if (indexPath.section == [self sectionForIndex:kKDomainTableViewSectionTitle]) { 247 247 NSString *ddsEditTitle = @"Display Title"; 248 NSString *ddsPrompt = @" More descriptive name for yourdomain";248 NSString *ddsPrompt = @"Title for the domain"; 249 249 250 250 HATextViewEditController *teC = [HATextViewEditController controllerWithDelegate:self








