mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
Monotone-Parent: 14ebfcc1f4e78b3902b626a981e94b632fd2a92e
Monotone-Revision: be11403fbe3f55fa156c57e0c667404332061dd5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-23T21:29:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -59,7 +59,8 @@ SchedulerUI_RESOURCE_FILES += \
|
||||
product.plist
|
||||
|
||||
SchedulerUI_RESOURCE_FILES += \
|
||||
Toolbars/SOGoAppointmentFolder.toolbar
|
||||
Toolbars/SOGoAppointmentFolder.toolbar \
|
||||
Toolbars/SOGoAppointmentObject.toolbar
|
||||
|
||||
SchedulerUI_LOCALIZED_RESOURCE_FILES += \
|
||||
Localizable.strings \
|
||||
|
||||
7
UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar
Normal file
7
UI/Scheduler/Toolbars/SOGoAppointmentObject.toolbar
Normal file
@@ -0,0 +1,7 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "#";
|
||||
isSafe = NO;
|
||||
label = "Save";
|
||||
onclick = "return saveEvent(this);";
|
||||
image = "tb-compose-save-flat-24x24.png"; } )
|
||||
)
|
||||
Reference in New Issue
Block a user