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:
Wolfgang Sourdeau
2006-10-23 21:29:42 +00:00
parent ca17b725e3
commit 3ef1d4080e
2 changed files with 9 additions and 1 deletions

View File

@@ -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 \

View 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"; } )
)