mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 20:09:28 +00:00
Finished the view, need to display the eventsblock
This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
|
||||
/* Print view */
|
||||
"LIST" = "List";
|
||||
"DAY" = "Daily";
|
||||
"WEEK" = "Weekly";
|
||||
"MONTH" = "Monthly";
|
||||
"Print Settings" = "Print Settings";
|
||||
@@ -166,7 +167,7 @@
|
||||
"Tasks with no due date" = "Tasks with no due date";
|
||||
"Completed tasks" = "Completed tasks";
|
||||
"Display time:" = "Display time:";
|
||||
|
||||
"Calendar:" = "Calendar:";
|
||||
|
||||
|
||||
/* Appointments */
|
||||
|
||||
@@ -33,7 +33,7 @@ static NSArray *layoutItems = nil;
|
||||
{
|
||||
if (!layoutItems)
|
||||
{
|
||||
layoutItems = [NSArray arrayWithObjects: @"LIST", @"WEEK", @"MONTH", nil];
|
||||
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", @"MONTH", nil];
|
||||
[layoutItems retain];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user