diff options
author | fvogel <fvogelnew1@free.fr> | 2019-05-26 21:07:27 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-05-26 21:07:27 (GMT) |
commit | 452c0b93ad1a99561319f4d61434e6c852c3b87c (patch) | |
tree | b0e7cc3b9cc4c43ed814202641978a7fb0e0bf3d /tests | |
parent | b14948f20d61b575420ed44a46865140f5ac2148 (diff) | |
download | tk-452c0b93ad1a99561319f4d61434e6c852c3b87c.zip tk-452c0b93ad1a99561319f4d61434e6c852c3b87c.tar.gz tk-452c0b93ad1a99561319f4d61434e6c852c3b87c.tar.bz2 |
Fix error in the spelling of the Windows windowingsystem introduced in [02ca3773]
Diffstat (limited to 'tests')
-rw-r--r-- | tests/winfo.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winfo.test b/tests/winfo.test index 364948c..83aff71 100644 --- a/tests/winfo.test +++ b/tests/winfo.test @@ -396,7 +396,7 @@ test winfo-13.1 {root coordinates of embedded toplevel} -setup { # Windows does not destroy the container when an embedded window is # destroyed. Unix and macOS do destroy it. See ticket [67384bce7d]. -if {[tk windowingsystem] == "win"} { +if {[tk windowingsystem] == "win32"} { set result_13_2 {embedded 0 container 1} } else { set result_13_2 {embedded 0 container 0} |