summaryrefslogtreecommitdiff
path: root/lib/tcl/bparams.tcl
diff options
context:
space:
mode:
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
}