We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32e88b commit 86cdee2Copy full SHA for 86cdee2
1 file changed
tcl/bin/halshow.tcl
@@ -956,7 +956,7 @@ proc popupmenu_watch {vartype label index writable which x y} {
956
# add entries
957
$m add command -label [msgcat::mc "Copy"] -command [list copyName $label]
958
if {$writable} {
959
- $m add command -label [msgcat::mc "Set to .."] -command [list setValue $label]
+ $m add command -label [msgcat::mc "Set to .."] -command [list setpValue $label]
960
}
961
if {$writable == -1} {
962
$m add command -label [msgcat::mc "Unlink pin"] -command [list unlinkp $label $index]
0 commit comments