summaryrefslogtreecommitdiffstats
path: root/library/msgbox.tcl
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-12-11 18:13:08 (GMT)
committerjenglish <jenglish@flightlab.com>2008-12-11 18:13:08 (GMT)
commitb23f1c5ccb5f2a971132b9348cfa8fbfd5829087 (patch)
tree7d4298babc6ca0316cbf781038ced8ceb74d5eea /library/msgbox.tcl
parentd8ecde2c07db2bec3692edaf1c3b5dcfcaf467f9 (diff)
downloadtk-b23f1c5ccb5f2a971132b9348cfa8fbfd5829087.zip
tk-b23f1c5ccb5f2a971132b9348cfa8fbfd5829087.tar.gz
tk-b23f1c5ccb5f2a971132b9348cfa8fbfd5829087.tar.bz2
library/demos/*.tcl: Omit contraindicated [package require Ttk].
Remove logic that switches [ttk::scrollbar]s to [tk::scrollbar]s based on [tk windowingsystem]; this is already handled in library/ttk/scrollbar.tcl.
Diffstat (limited to 'library/msgbox.tcl')
-rw-r--r--library/msgbox.tcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/msgbox.tcl b/library/msgbox.tcl
index 04d26a7..33c50bc 100644
--- a/library/msgbox.tcl
+++ b/library/msgbox.tcl
@@ -3,7 +3,7 @@
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
-# RCS: @(#) $Id: msgbox.tcl,v 1.36 2008/01/31 23:33:42 hobbs Exp $
+# RCS: @(#) $Id: msgbox.tcl,v 1.37 2008/12/11 18:13:08 jenglish Exp $
#
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
#
@@ -11,8 +11,6 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-package require Ttk
-
# Ensure existence of ::tk::dialog namespace
#
namespace eval ::tk::dialog {}