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,6 +1,7 @@
( /* the toolbar groups -*-cperl-*- */
( { link = "#";
label = "Help";
tooltip = "Help";
onclick = "help(this);";
image = "properties.png"; }
)