Monotone-Parent: 19b97126f927844e30fc782a413c4551aa3ac925

Monotone-Revision: 145acd1ad78984a6f26963cc9b6abb3e5c915bcd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-17T17:30:38
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-07-17 17:30:38 +00:00
parent 228dd343c0
commit bf4d619e2b
3 changed files with 8 additions and 3 deletions

View File

@ -406,8 +406,13 @@ static BOOL uixDebugEnabled = NO;
/* lookup string */
label = [rm stringForKey:lKey inTableNamed:lTable withDefaultValue:lVal
languages:languages];
NSLog (@"string '%s' = '%s' (default: '%s')",
[lKey cString], [label cString], [lVal cString]);
return label;
}

View File

@ -210,9 +210,9 @@
"APPOINTMENT" = "Rendez-vous";
"NOT IN OFFICE" = "A l'exterieur";
"MEETING" = "Réunion";
"MEETING" = "Rêunion";
"HOLIDAY" = "Vacances";
"PHONE CALL" = "Rendez-vous téléphonique";
"PHONE CALL" = "Rendez-vous téléphonique";
/* validation errors */

View File

@ -278,7 +278,7 @@
}
- (NSString *)itemCategoryText {
return [self labelForKey:self->item];
return [self labelForKey: self->item];
}
- (void)setCategories:(NSArray *)_categories {