diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-25 21:28:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-25 21:28:59 (GMT) |
commit | 173044a997e63b17bca3a35be5e4b8a70f997945 (patch) | |
tree | 24af6f1435f1e335fb8138c9fcdb97f042cc4675 /macosx/tkMacOSXMenus.c | |
parent | c7c2b3b52832d1b78f18359507d3b971ec1506e2 (diff) | |
download | tk-173044a997e63b17bca3a35be5e4b8a70f997945.zip tk-173044a997e63b17bca3a35be5e4b8a70f997945.tar.gz tk-173044a997e63b17bca3a35be5e4b8a70f997945.tar.bz2 |
Some end-of-line exess spacing
Diffstat (limited to 'macosx/tkMacOSXMenus.c')
-rw-r--r-- | macosx/tkMacOSXMenus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMenus.c b/macosx/tkMacOSXMenus.c index d47f8df..1c033a4 100644 --- a/macosx/tkMacOSXMenus.c +++ b/macosx/tkMacOSXMenus.c @@ -70,7 +70,7 @@ static Tcl_Obj * GetWidgetDemoPath(Tcl_Interp *interp); [NSMenuItem itemWithTitle: [NSString stringWithFormat:@"About %@", aboutName] action:@selector(orderFrontStandardAboutPanel:)] atIndex:0]; - _defaultFileMenuItems = + _defaultFileMenuItems = [[NSArray arrayWithObjects: [NSMenuItem itemWithTitle: [NSString stringWithFormat:@"Source%C", 0x2026] |