mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 23:30:58 +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
b6872d574b
commit
72a5f48b87
2 changed files with 4 additions and 4 deletions
|
@ -570,8 +570,8 @@ PACKAGE_SCOPE
|
||||||
- (NSResponder*) firstResponder;
|
- (NSResponder*) firstResponder;
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||||
- (NSWindowCollectionBehavior)collectionBehaviour;
|
- (NSWindowCollectionBehavior)collectionBehavior;
|
||||||
- (void)setCollectionBehaviour:(NSWindowCollectionBehavior)props;
|
- (void)setCollectionBehavior:(NSWindowCollectionBehavior)props;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -2657,13 +2657,13 @@ titleWithRepresentedFilename(NSString *representedFilename)
|
||||||
_f.dynamic_depth_limit = flag;
|
_f.dynamic_depth_limit = flag;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSWindowCollectionBehavior)collectionBehaviour
|
- (NSWindowCollectionBehavior)collectionBehavior
|
||||||
{
|
{
|
||||||
//TODO: we don't handle collections yet and perhaps never will fully
|
//TODO: we don't handle collections yet and perhaps never will fully
|
||||||
return 0;
|
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
|
//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
|
//other features are Expose specific or anyway probably not implementable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue