Monotone-Parent: 5a5a4085f8187ce57fba2427fcda4c0671ade644

Monotone-Revision: 8d594092dbc086742c4dda1a3b760c47860db97e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-11T21:26:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-11 21:26:11 +00:00
parent 14f101603c
commit 883e607255
+1 -1
View File
@@ -541,7 +541,7 @@ static BOOL uixDebugEnabled = NO;
- (NSDictionary *)locale {
/* we need no fallback here, as locale is guaranteed to be set by sogod */
return [[self context] valueForKey:@"locale"];
return [context valueForKey: @"locale"];
}
- (WOResourceManager *) pageResourceManager