public
Fork of mocra/highrise-iphone
Description: Highrise on the iPhone <yet to be named>
Clone URL: git://github.com/aussiegeek/highrise-iphone.git
Space between firstName and lastName
aussiegeek (author)
Tue Sep 23 03:47:02 -0700 2008
commit  e5e4d256a02124661ad9c91c64826ed0b8de2096
tree    8b4667d5dbcb14fc0e389c989f31f28970d86d55
parent  ce8e90b816160ad3308000d6d79ebc7e9b1b53a6
...
14
15
16
17
18
 
19
20
21
...
14
15
16
 
 
17
18
19
20
0
@@ -14,8 +14,7 @@
0
   @synthesize lastName;
0
 - (NSString *)description
0
 {
0
- NSString *name;
0
- name = [firstName stringByAppendingString:lastName];
0
+ NSString *name = [NSString localizedStringWithFormat:@"%@ %@", firstName, lastName];
0
   return name;
0
 }
0
 

Comments

    No one has commented yet.