Enabled some commented out tooltips now that bug #22176 is fixed

This commit is contained in:
Charles Dang 2016-10-19 22:36:57 +11:00
parent c3eb503c6e
commit 339b4f3ee1
3 changed files with 4 additions and 16 deletions

View File

@ -185,10 +185,7 @@
id = "copy"
definition = "action_copy"
label = _ "clipboard^Copy"
# FIXME: tooltips cause weird interactions with map
# labels while running a GUI2 dialog, so let's
# not use a tooltip yet.
#tooltip = _ "Copy this log to clipboard"
tooltip = _ "Copy this log to clipboard"
[/button]
[/column]

View File

@ -333,10 +333,7 @@
id = "copy"
definition = "action_copy"
label = _ "clipboard^Copy"
# FIXME: tooltips cause weird interactions with map
# labels while running a GUI2 dialog, so let's
# not use a tooltip yet.
#tooltip = _ "Copy this report to clipboard"
tooltip = _ "Copy this report to clipboard"
[/button]
[/column]

View File

@ -103,10 +103,7 @@
id = "copy"
definition = "action_copy"
label = _ "clipboard^Copy"
# FIXME: tooltips cause weird interactions with map
# labels while running a GUI2 dialog, so let's
# not use a tooltip yet.
#tooltip = _ "Copy this log to clipboard"
tooltip = _ "Copy this log to clipboard"
[/button]
[/column]
@ -118,10 +115,7 @@
[button]
id = "clear"
label = _ "Clear Console"
# FIXME: tooltips cause weird interactions with map
# labels while running a GUI2 dialog, so let's
# not use a tooltip yet.
#tooltip = _ "Clear the log area"
tooltip = _ "Clear the log area"
[/button]
[/column]