mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 00:49:45 +00:00
Add missing tooltips on buttons of toolbars
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
( /* the toolbar groups -*-cperl-*- */
|
||||
( { link = "#";
|
||||
label = "Save and Close";
|
||||
tooltip = "Save and Close";
|
||||
onclick = "return saveEvent();";
|
||||
image = "tb-compose-save-flat-24x24.png"; },
|
||||
{ link = "#";
|
||||
label = "Invite Attendees";
|
||||
tooltip = "Invite Attendees";
|
||||
onclick = "return onPopupAttendeesWindow();";
|
||||
image = "tb-compose-contacts-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