mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:40:38 +00:00
* Source/externs.m: Added semicolons missing in last commit.
* Source/NSSavePanel.m: Fix return type of sorting function.
This commit is contained in:
parent
759ff8fecf
commit
fc8c034aca
3 changed files with 12 additions and 8 deletions
|
@ -583,8 +583,8 @@ NSString *NSMacSimpleTextDocumentType = @"NSMacSimpleText";
|
|||
NSString *NSHTMLTextDocumentType = @"NSHTML";
|
||||
NSString *NSDocFormatTextDocumentType = @"NSDocFormat";
|
||||
NSString *NSWordMLTextDocumentType = @"NSWordML";
|
||||
NSString *NSOfficeOpenXMLTextDocumentType = @"NSOfficeOpenXML"
|
||||
NSString *NSOpenDocumentTextDocumentType = @"NSOpenDocumentText"
|
||||
NSString *NSOfficeOpenXMLTextDocumentType = @"NSOfficeOpenXML";
|
||||
NSString *NSOpenDocumentTextDocumentType = @"NSOpenDocumentText";
|
||||
|
||||
NSString *NSExcludedElementsDocumentAttribute = @"ExcludedElements";
|
||||
NSString *NSTextEncodingNameDocumentAttribute = @"TextEncodingName";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue