summaryrefslogtreecommitdiff
path: root/setText.go
diff options
context:
space:
mode:
Diffstat (limited to 'setText.go')
-rw-r--r--setText.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/setText.go b/setText.go
index 30ee24a..a36d97f 100644
--- a/setText.go
+++ b/setText.go
@@ -21,7 +21,7 @@ func setText(n *tree.Node, a *widget.Action) {
switch n.WidgetType {
case widget.Window:
- log.Warn("setText() Attempt to set the title to", name)
+ log.Log(CHANGE, "setText() Attempt to set the title to", name)
tk.uiWindow.SetTitle(a.State.Label)
case widget.Tab:
case widget.Group: