Better window manager support for main menu.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11823 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2001-12-19 00:08:07 +00:00
parent 7581c0a471
commit cd2eaa602f

View file

@ -1,3 +1,13 @@
2001-12-19 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSApplication.m
[setMainMenu:] set the title of the main menu window, so
the window manager can display it.We could do this also for all
other menus, but those wont show up in the window manager.
* Tools/gopen.m
Removed the redefinition of NSRunAlertPanel() as NSWOrkspace no
longer uses this,
2001-12-18 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSWindow.m ([NSWindow -setTitleWithRepresentedFilename:]):