diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 15:21:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 15:21:43 (GMT) |
commit | 6b305ada3d3a68c00bc6ddaf163ae327f1c44e05 (patch) | |
tree | 26848189e63590678293f2ff1f2fee1ed9808009 /macosx/tkMacOSXDialog.c | |
parent | d618cd4a9d9fc73586c882e5ab59eb62bfe2f7db (diff) | |
download | tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.zip tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.gz tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.bz2 |
Whitespace cleanup, syncronize a little with "trunk" version.
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 a7997f2..90d0dc7 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -42,7 +42,7 @@ typedef struct { NSMutableArray *fileTypeExtensions; /* Array of allowed extensions per * name, e.g. "txt", "doc". */ NSMutableArray *fileTypeLabels; /* Displayed string, e.g. "Text - * document (.txt, .doc)". */ + * document (.txt, .doc)". */ NSMutableArray *fileTypeAllowsAll; /* Boolean if the all pattern (*.*) is * included. */ NSMutableArray *allowedExtensions; /* Set of all allowed extensions. */ |