Skip to content

Commit 86cdee2

Browse files
committed
halshow: fix error on right click "Set to .."
Error introduced in c0b5666
1 parent d32e88b commit 86cdee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tcl/bin/halshow.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ proc popupmenu_watch {vartype label index writable which x y} {
956956
# add entries
957957
$m add command -label [msgcat::mc "Copy"] -command [list copyName $label]
958958
if {$writable} {
959-
$m add command -label [msgcat::mc "Set to .."] -command [list setValue $label]
959+
$m add command -label [msgcat::mc "Set to .."] -command [list setpValue $label]
960960
}
961961
if {$writable == -1} {
962962
$m add command -label [msgcat::mc "Unlink pin"] -command [list unlinkp $label $index]

0 commit comments

Comments
 (0)