diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-25 21:31:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-25 21:31:37 (GMT) |
commit | 63747c78a2430a9ef07fd9fe962a168da779e1a0 (patch) | |
tree | 06655cfc36f6a60071d97f8175ad948f560b1775 /macosx/tkMacOSXMenus.c | |
parent | d4a398392db6a69b9a99d89a9aa8e10b5d423a65 (diff) | |
parent | 8939b39b95cc8320f202ec15a413c786ea692ff9 (diff) | |
download | tk-63747c78a2430a9ef07fd9fe962a168da779e1a0.zip tk-63747c78a2430a9ef07fd9fe962a168da779e1a0.tar.gz tk-63747c78a2430a9ef07fd9fe962a168da779e1a0.tar.bz2 |
Merge 8.6
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 99c1191..82bcda7 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] |