diff options
Diffstat (limited to 'tests/ttk')
-rw-r--r-- | tests/ttk/all.tcl | 2 | ||||
-rw-r--r-- | tests/ttk/image.test | 2 | ||||
-rw-r--r-- | tests/ttk/notebook.test | 2 | ||||
-rw-r--r-- | tests/ttk/panedwindow.test | 2 | ||||
-rw-r--r-- | tests/ttk/scrollbar.test | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/ttk/all.tcl b/tests/ttk/all.tcl index d2fab16..2cc7bad 100644 --- a/tests/ttk/all.tcl +++ b/tests/ttk/all.tcl @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: all.tcl,v 1.2 2007/09/18 10:39:52 patthoyts Exp $ +# RCS: @(#) $Id: all.tcl,v 1.3 2007/12/13 15:28:49 dgp Exp $ package require Tcl 8.5 package require tcltest 2.2 diff --git a/tests/ttk/image.test b/tests/ttk/image.test index de2a65d..8f7338e 100644 --- a/tests/ttk/image.test +++ b/tests/ttk/image.test @@ -1,5 +1,5 @@ # -# $Id: image.test,v 1.3 2007/10/09 12:34:34 patthoyts Exp $ +# $Id: image.test,v 1.4 2007/12/13 15:28:49 dgp Exp $ # package require Tk 8.5 diff --git a/tests/ttk/notebook.test b/tests/ttk/notebook.test index 8f97464..b58efd7 100644 --- a/tests/ttk/notebook.test +++ b/tests/ttk/notebook.test @@ -1,5 +1,5 @@ # -# $Id: notebook.test,v 1.4 2007/11/25 18:11:13 jenglish Exp $ +# $Id: notebook.test,v 1.5 2007/12/13 15:28:49 dgp Exp $ # package require Tk 8.5 diff --git a/tests/ttk/panedwindow.test b/tests/ttk/panedwindow.test index e9aa921..3bddbee 100644 --- a/tests/ttk/panedwindow.test +++ b/tests/ttk/panedwindow.test @@ -1,5 +1,5 @@ # -# $Id: panedwindow.test,v 1.5 2007/11/25 18:11:13 jenglish Exp $ +# $Id: panedwindow.test,v 1.6 2007/12/13 15:28:49 dgp Exp $ # package require Tk 8.5 diff --git a/tests/ttk/scrollbar.test b/tests/ttk/scrollbar.test index c83fc9b..63c97b2 100644 --- a/tests/ttk/scrollbar.test +++ b/tests/ttk/scrollbar.test @@ -1,5 +1,5 @@ # -# $Id: scrollbar.test,v 1.2 2007/11/17 19:17:50 jenglish Exp $ +# $Id: scrollbar.test,v 1.3 2007/12/13 15:28:49 dgp Exp $ # package require Tk 8.5 |