summaryrefslogtreecommitdiffstats
path: root/tests/filebox.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-08-01 16:21:11 (GMT)
committerdgp <dgp@noemail.net>2001-08-01 16:21:11 (GMT)
commit467c9e4b5370192c9785e29cda3a170e70a710e8 (patch)
tree38846cbe94cc8aac068898282ced4624f130770e /tests/filebox.test
parentc68eaf7c36bd99f3ea38a1d823c04e7e537f9a7e (diff)
downloadtk-467c9e4b5370192c9785e29cda3a170e70a710e8.zip
tk-467c9e4b5370192c9785e29cda3a170e70a710e8.tar.gz
tk-467c9e4b5370192c9785e29cda3a170e70a710e8.tar.bz2
Merged changes from feature branch dgp-privates-into-namespace,
implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. FossilOrigin-Name: 3c0c681d8883f0843b9dcb3f402c2773f6a438a7
Diffstat (limited to 'tests/filebox.test')
-rw-r--r--tests/filebox.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/filebox.test b/tests/filebox.test
index bff0465..e288b39 100644
--- a/tests/filebox.test
+++ b/tests/filebox.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: filebox.test,v 1.10 2000/06/30 20:19:07 ericm Exp $
+# RCS: @(#) $Id: filebox.test,v 1.11 2001/08/01 16:21:12 dgp Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -161,7 +161,7 @@ foreach mode $modes {
list [catch {$command -filetypes {Foo}} msg] $msg
} {1 {bad file type "Foo", should be "typeName {extension ?extensions ...?} ?{macType ?macTypes ...?}?"}}
- if {[info commands tkMotifFDialog] == "" && [info commands ::tk::dialog::file::tkFDialog] == ""} {
+ if {[info commands tk::MotifFDialog] == "" && [info commands ::tk::dialog::file::] == ""} {
set isNative 1
} else {
set isNative 0