summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.go b/common.go
index 1518bc8..a81b942 100644
--- a/common.go
+++ b/common.go
@@ -17,7 +17,7 @@ func (n *Node) Add(str string) {
func (n *Node) SetText(str string) bool {
log(debugChange, "gui.SetText() value =", str)
- n.widget.Action = "Set"
+ n.widget.Action = "SetText"
n.widget.S = str
send(n.parent, n)
return true