mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
Add missing tooltips on buttons of toolbars
This commit is contained in:
@@ -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"; } )
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user