Monotone-Parent: 9a7bad48be43b654107d40d700161e342909d9c7

Monotone-Revision: cd9e9b79cc7eae17bee205b48e8df60e880c4345

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-18T17:28:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-18 17:28:46 +00:00
parent cc06eac196
commit 0d05b5cace

View File

@@ -0,0 +1,15 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Save and Close";
onclick = "return saveEvent();";
image = "tb-compose-save-flat-24x24.png"; },
{ link = "#";
hasMenu = YES;
label = "Privacy";
onclick = "return onSelectPrivacy(event);";
image = "tb-compose-security-flat-24x24.png"; },
{ link = "#";
label = "Documents";
onclick = "return onPopupUrlWindow();";
image = "tb-compose-attach-flat-24x24.png"; } )
)