From b4957b1cd15e4b8d0927ece97a2faa4dc44afe6a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 24 Aug 2006 19:18:56 +0000 Subject: [PATCH] Monotone-Parent: e404fadd242dd97dee5d8251bc152f66222835ba Monotone-Revision: d53ae5e9542f266cda31bf64e2f06712c798dfdc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-24T19:18:56 Monotone-Branch: ca.inverse.sogo --- UI/SOGoUI/SOGoDateFormatter.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/SOGoUI/SOGoDateFormatter.h b/UI/SOGoUI/SOGoDateFormatter.h index 15836d69e..e63df91aa 100644 --- a/UI/SOGoUI/SOGoDateFormatter.h +++ b/UI/SOGoUI/SOGoDateFormatter.h @@ -42,6 +42,8 @@ - (NSString *)stringForObjectValue:(id)_obj; +- (NSString *)shortDayOfWeek:(int)_day; + @end #endif /* __SOGoDateFormatter_H_ */