summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-23 08:43:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-08-23 08:43:58 (GMT)
commit72d414c8e1bccd92b5b1c27e5e7bd62502a7ca27 (patch)
tree827d3c04df6541217a7c16d0ef485b3d1a0ba3b0 /library/text.tcl
parent864bf081eace87a71efef204dbd093ef9ef3623d (diff)
parent2d8d3023b36fcb49f8740215c7066241254c7520 (diff)
downloadtk-72d414c8e1bccd92b5b1c27e5e7bd62502a7ca27.zip
tk-72d414c8e1bccd92b5b1c27e5e7bd62502a7ca27.tar.gz
tk-72d414c8e1bccd92b5b1c27e5e7bd62502a7ca27.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'library/text.tcl')
-rw-r--r--library/text.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/text.tcl b/library/text.tcl
index 59e395c..836f928 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -463,7 +463,7 @@ if {"x11" eq [tk windowingsystem]} {
# Support for mousewheels on Linux/Unix commonly comes through mapping
# the wheel to the extended buttons. If you have a mousewheel, find
# Linux configuration info at:
- # http://www.inria.fr/koala/colas/mouse-wheel-scroll/
+ # http://linuxreviews.org/howtos/xfree/mouse/
bind Text <4> {
if {!$tk_strictMotif} {
%W yview scroll -50 pixels