Skip to content

Commit

Permalink
Enabled some commented out tooltips now that bug #22176 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Oct 19, 2016
1 parent c3eb503 commit 339b4f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
5 changes: 1 addition & 4 deletions data/gui/window/chat_log.cfg
Expand Up @@ -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]

Expand Down
5 changes: 1 addition & 4 deletions data/gui/window/gamestate_inspector.cfg
Expand Up @@ -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]

Expand Down
10 changes: 2 additions & 8 deletions data/gui/window/lua_interpreter.cfg
Expand Up @@ -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]

Expand All @@ -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]

Expand Down

0 comments on commit 339b4f3

Please sign in to comment.