diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-27 07:12:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-27 07:12:16 (GMT) |
commit | b667d46f8a3dc9a3d840ead703a48b0e72a1e6fa (patch) | |
tree | d91c12c74735053f59c6cb98441dcd8cd9d7d8c9 /macosx/tkMacOSXSubwindows.c | |
parent | d0b80401c0a9c1abef6164d78673eb6504aa905d (diff) | |
parent | ad908843c78dcba5e13e8c616a6d795619b6fe60 (diff) | |
download | tk-b667d46f8a3dc9a3d840ead703a48b0e72a1e6fa.zip tk-b667d46f8a3dc9a3d840ead703a48b0e72a1e6fa.tar.gz tk-b667d46f8a3dc9a3d840ead703a48b0e72a1e6fa.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r-- | macosx/tkMacOSXSubwindows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c index 309097e..5a1c4ad 100644 --- a/macosx/tkMacOSXSubwindows.c +++ b/macosx/tkMacOSXSubwindows.c @@ -1135,7 +1135,7 @@ TkMacOSXGetDrawablePort( * * TkMacOSXDrawableView -- * - * This function returns the NSView for a given X drawable in the + * This function returns the TKContentView for a given X drawable in the * case that the drawable is a window. If the drawable is a pixmap * it returns nil. * |