Version 0.8.3

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15043 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-11-22 03:19:12 +00:00
parent ec9f97d9f6
commit 6807f49761
9 changed files with 55 additions and 24 deletions

View file

@ -84,11 +84,11 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
<p>
NSDocumentController also manages document types and the related
NSDocument subclasses that handle them. This information comes
from the custom info property list (<ApplicationName>Info.plist)
from the custom info property list ({ApplicationName}Info.plist)
loaded when NSDocumentController is initialized. The property list
contains an array of dictionarys with the key NSTypes. Each
dictionary contains a set of keys:
</p>
</p>
<list>
<item>NSDocumentClass - The name of the subclass</item>
<item>NSName - Short name of the document type</item>
@ -333,7 +333,7 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
return openPanel;
}
/** Invokes [NSOpenPanel-runModelForTypes:] with the NSOpenPanel
/** Invokes [NSOpenPanel-runModalForTypes:] with the NSOpenPanel
object openPanel, and passes the openableFileExtensions file types
*/
- (int) runModalOpenPanel: (NSOpenPanel *)openPanel
@ -590,7 +590,7 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName)
returns a document and the document has a filename, this method
returns the directory this file is located in. Otherwise it
returns the directory of the most recently opened document or
NSHomeDirectory() if no document has been opened before.
the user's home directory if no document has been opened before.
*/
- (NSString *) currentDirectory
{