Monotone-Parent: 19b97126f927844e30fc782a413c4551aa3ac925

Monotone-Revision: 145acd1ad78984a6f26963cc9b6abb3e5c915bcd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-17T17:30:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
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;
}