From 5ec2b71c98fdb7aae6f5e7c7a844fc6382ba7819 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 7 Jan 2002 19:58:53 +0000 Subject: [PATCH] Fixes for Windows menu in translated applications git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12033 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index b7093e673..3fb2c41c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Jan 7 17:35:30 2002 Nicola Pero + + * Headers/gnustep/gui/NSApplication.h (_windows_menu): Changed to + be an NSMenu * instead of a NSMenuItem *. This is more logical + since often the windows menu is set before the main menu is + created. + * Source/NSApplication.m: Updated for change in ivar. + ([-setWindowsMenu:]), ([-setMainMenu:]): Simplified a lot. All + code dependent on the name of the 'Windows' menu was removed as + too complex and unreliable when the application is translated. + All applications are now required to create the Windows menu + themselves, and to call setWindowsMenu: to have it used. + Mon Jan 7 16:05:19 2002 Nicola Pero * Source/NSApplication.m ([-setMainMenu:]): Only manually set a