Add missing tooltips on buttons of toolbars

This commit is contained in:
Francis Lachapelle
2015-11-23 07:07:37 -05:00
parent 31deae11b4
commit 2ae8c6f8b2
5 changed files with 11 additions and 0 deletions

View File

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