mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-31 11:17:17 +00:00
- see ChangeLog;
Monotone-Parent: 9a1990daa03b7969b33420752ca0d11ef89f8d64 Monotone-Revision: ef409cba712a3f3f90e0159702a7e1ada89df127 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-06T19:50:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "new";
|
||||
label="New Event";
|
||||
image="new-event.png"; },
|
||||
{ link = "new_task";
|
||||
label="New Task";
|
||||
image = "new-task.png"; },
|
||||
{ link = "edit";
|
||||
label="Edit";
|
||||
image = "edit.png"; },
|
||||
{ link = "delete";
|
||||
label="Delete";
|
||||
image = "delete.png"; } ),
|
||||
( { link = "today";
|
||||
label="Go to Today";
|
||||
image = "goto-today.png" } ),
|
||||
( { link = "dayoverview";
|
||||
label="Day View";
|
||||
image = "day-view.png"; },
|
||||
{ link = "weekoverview";
|
||||
label="Week View";
|
||||
image = "week-view.png"; },
|
||||
{ link = "monthoverview";
|
||||
label="Month View";
|
||||
image = "month-view.png"; } )
|
||||
)
|
||||
Reference in New Issue
Block a user