summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/listbox.n4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f88db20..96f3b57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-20 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other page
+ was referred to (ttk::treeview can work as a listbox).
+
2010-08-12 Donal K. Fellows <dkf@users.sf.net>
* library/text.tcl (TextCursorInSelection): [Patch 2585265]: Backport
diff --git a/doc/listbox.n b/doc/listbox.n
index 3ec1b0d..e818f3c 100644
--- a/doc/listbox.n
+++ b/doc/listbox.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: listbox.n,v 1.18.2.1 2009/11/02 00:42:32 dkf Exp $
+'\" RCS: @(#) $Id: listbox.n,v 1.18.2.2 2010/08/19 23:32:31 dkf Exp $
'\"
.so man.macros
.TH listbox n 8.4 Tk "Tk Built-In Commands"
@@ -535,6 +535,6 @@ a selection.
The behavior of listboxes can be changed by defining new bindings for
individual widgets or by redefining the class bindings.
.SH "SEE ALSO"
-ttk_listbox(n)
+ttk_treeview(n)
.SH KEYWORDS
listbox, widget