diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-23 09:39:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-23 09:39:32 (GMT) |
commit | 1f775581dded76dfa4c5a2139e254ec5f466d075 (patch) | |
tree | 78f60d186b75d33968c2dcfa32bf645f24369452 /macosx/tkMacOSXDialog.c | |
parent | 9c1db64f9fe73efc7027b60384543d57bb816c96 (diff) | |
parent | b4cd4a1bb5b919fb2feb328ca361dfd0dc1cb1bf (diff) | |
download | tk-1f775581dded76dfa4c5a2139e254ec5f466d075.zip tk-1f775581dded76dfa4c5a2139e254ec5f466d075.tar.gz tk-1f775581dded76dfa4c5a2139e254ec5f466d075.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r-- | macosx/tkMacOSXDialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index b8ae204..4674649 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -48,7 +48,7 @@ static void setAllowedFileTypes( } #else [panel setAllowedFileTypes:extensions]; -#endif +#endif } /* |