mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
fix spelling to american English
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b4840b3c89
commit
3ff8c0a8d7
2 changed files with 4 additions and 4 deletions
|
@ -570,8 +570,8 @@ PACKAGE_SCOPE
|
|||
- (NSResponder*) firstResponder;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
- (NSWindowCollectionBehavior)collectionBehaviour;
|
||||
- (void)setCollectionBehaviour:(NSWindowCollectionBehavior)props;
|
||||
- (NSWindowCollectionBehavior)collectionBehavior;
|
||||
- (void)setCollectionBehavior:(NSWindowCollectionBehavior)props;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -2657,13 +2657,13 @@ titleWithRepresentedFilename(NSString *representedFilename)
|
|||
_f.dynamic_depth_limit = flag;
|
||||
}
|
||||
|
||||
- (NSWindowCollectionBehavior)collectionBehaviour
|
||||
- (NSWindowCollectionBehavior)collectionBehavior
|
||||
{
|
||||
//TODO: we don't handle collections yet and perhaps never will fully
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (void)setCollectionBehaviour:(NSWindowCollectionBehavior)props
|
||||
- (void)setCollectionBehavior:(NSWindowCollectionBehavior)props
|
||||
{
|
||||
//TODO we don't handle collections yet. Perhaps certain features can be mapped on existing ones
|
||||
//other features are Expose specific or anyway probably not implementable
|
||||
|
|
Loading…
Reference in a new issue