diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-23 08:42:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-08-23 08:42:04 (GMT) |
commit | 2d8d3023b36fcb49f8740215c7066241254c7520 (patch) | |
tree | 414542b2f155ba1364b82a1aed8ceac68a3d5325 | |
parent | 1364a529c92c6e64af2308174eb56b09001e5fa7 (diff) | |
download | tk-2d8d3023b36fcb49f8740215c7066241254c7520.zip tk-2d8d3023b36fcb49f8740215c7066241254c7520.tar.gz tk-2d8d3023b36fcb49f8740215c7066241254c7520.tar.bz2 |
change non-working URL in comment to comparable working one
-rw-r--r-- | library/listbox.tcl | 2 | ||||
-rw-r--r-- | library/text.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/listbox.tcl b/library/listbox.tcl index 17c03c0..1b35b3d 100644 --- a/library/listbox.tcl +++ b/library/listbox.tcl @@ -206,7 +206,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 Listbox <4> { if {!$tk_strictMotif} { %W yview scroll -5 units diff --git a/library/text.tcl b/library/text.tcl index 2bf1b2b..9eb6e31 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 |