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
@@ -1,11 +1,13 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Save and Close";
tooltip = "Save and Close";
onclick = "return savePreferences(event);";
image = "tb-compose-save-flat-24x24.png"; },
{ link = "#";
isSafe = NO;
label = "Close";
tooltip = "Close";
onclick = "return onCloseButtonClick();";
image = "tb-mail-stop-flat-24x24.png"; }
)