summaryrefslogtreecommitdiff
path: root/lib/tcl/bparams.tcl
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-10-20 17:54:32 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-20 17:54:32 +0200
commitca2442640f4394296d9d6b0c42d41d399dbf9667 (patch)
tree879c0a6065d6982d5a82b35dc3ff67299e2ea7d9 /lib/tcl/bparams.tcl
parent04d5d0ea0f65a434e568fe031f6396caec9b3a8d (diff)
New upstream version 3.9.73+dfsg.1
Diffstat (limited to 'lib/tcl/bparams.tcl')
-rw-r--r--lib/tcl/bparams.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tcl/bparams.tcl b/lib/tcl/bparams.tcl
index 55c7198..8bf3de5 100644
--- a/lib/tcl/bparams.tcl
+++ b/lib/tcl/bparams.tcl
@@ -10,7 +10,7 @@
bind .xcircuit.mainframe.mainarea.drawing <ButtonPress-3> { \
if {[eventmode] == "normal" && [select get] == {} \
&& [select here] != {}} {
- xcircuit::prompteditparams {substring numeric expression}
+ xcircuit::prompteditparams
} else {
standardaction %b down %s
}