From a27128037e3b4cbb2a465e69988923c8289b108a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 31 Jan 2012 20:17:19 +0000 Subject: [PATCH] Monotone-Parent: 8036e636bb63c425915c350dea2d93a7021a1058 Monotone-Revision: 8ca19f2794000c75e6fc0e8f81c2412fe0a34699 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-31T20:17:19 --- Main/SOGo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index 7b0bf80aa..f2b3f9e0a 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -509,9 +509,9 @@ static BOOL debugLeaks; } if (!locale) + // no appropriate language, fallback to default locale = [[self resourceManager] localeForLanguageNamed: @"English"]; - /* no appropriate language, fallback to default */ return locale; }