From 2b2161c0b0ec88536bb74370ba0e12db1c5371aa Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 19 Sep 2006 15:20:03 +0000 Subject: [PATCH] Fix of the title. Monotone-Parent: 9dbfeafce28d43c5a58bd7a9da3ab638b35b2dce Monotone-Revision: 031984b557650859a910a3514084f8eb19b77b6d Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2006-09-19T15:20:03 Monotone-Branch: ca.inverse.sogo --- UI/Common/UIxPageFrame.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 76ef809b9..43218867c 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -44,7 +44,7 @@ if ([self isUIxDebugEnabled]) return self->title; - return [self labelForKey: @"OpenGroupware.org"]; + return [self labelForKey: @"SOGo"]; } - (void)setItem:(id)_item {