aboutsummaryrefslogtreecommitdiff
path: root/lib/line.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/line.tcl')
-rw-r--r--lib/line.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/line.tcl b/lib/line.tcl
index c160012de..a026de954 100644
--- a/lib/line.tcl
+++ b/lib/line.tcl
@@ -15,7 +15,7 @@ constructor new {i_w i_text args} {
${NS}::frame $w
${NS}::label $w.l -text [mc "Goto Line:"]
- entry $w.ent \
+ tentry $w.ent \
-textvariable ${__this}::linenum \
-background lightgreen \
-validate key \