mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Spelling correction
This commit is contained in:
parent
dd2851da69
commit
a2b196b422
2 changed files with 6 additions and 6 deletions
|
@ -62,9 +62,9 @@ DEFINE_BLOCK_TYPE(GSPDFPanelCompletionHandler, void, NSInteger);
|
|||
- (NSString *) defaultFileName;
|
||||
- (void) setDefaultFileName: (NSString *)fileName;
|
||||
|
||||
- (void) begineSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
|
||||
modalForWindow: (NSWindow *)window
|
||||
completionHandler: (GSPDFPanelCompletionHandler)handler;
|
||||
- (void) beginSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
|
||||
modalForWindow: (NSWindow *)window
|
||||
completionHandler: (GSPDFPanelCompletionHandler)handler;
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -76,9 +76,9 @@
|
|||
ASSIGNCOPY(_defaultFileName, fileName);
|
||||
}
|
||||
|
||||
- (void) begineSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
|
||||
modalForWindow: (NSWindow *)window
|
||||
completionHandler: (GSPDFPanelCompletionHandler)handler
|
||||
- (void) beginSheetWithPDFInfo: (NSPDFInfo *)pdfInfo
|
||||
modalForWindow: (NSWindow *)window
|
||||
completionHandler: (GSPDFPanelCompletionHandler)handler
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue