Fix for NSDocument applications where saveDocument: etc from the NSDocument

was not being detected


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-04-28 12:17:24 +00:00
parent 6942ad64d5
commit dd77683470

View file

@ -1,3 +1,9 @@
Mon Apr 28 13:14:15 2003 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSApplication.m ([NSApplication -targetForAction:]): If this
is a document-based application, check if the key window's document
responds to the action; if it does, use it.
2003-04-28 Nicola Pero <nicola@nicola.brainstorm.co.uk>
* Resources/GNUmakefile (gui-resources_RESOURCE_FILES_INSTALL_DIR): Define