diff options
Diffstat (limited to 'library/msgbox.tcl')
-rw-r--r-- | library/msgbox.tcl | 4 |
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 {} |