mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 00:00:48 +00:00
Corrected spelling of "merely" in my explanation of how to correctly release nib objects.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19766 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c7f3f09b33
commit
53b9bc2f97
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-07-22 00:18 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* Source/GSNibContainer.m: Corrected spelling mistake in comment.
|
||||||
|
|
||||||
2004-07-22 00:59 Alexander Malmberg <alexander@malmberg.org>
|
2004-07-22 00:59 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/GSStandardWindowDecorationView.m (-setDocumentEdited:,
|
* Source/GSStandardWindowDecorationView.m (-setDocumentEdited:,
|
||||||
|
|
|
@ -268,7 +268,7 @@ static NSString *GSInternalNibItemAddedNotification = @"_GSInternalNibItemAddedN
|
||||||
* release these objects. Instantiating a window manually or loading in a .gorm
|
* release these objects. Instantiating a window manually or loading in a .gorm
|
||||||
* file are equivalent processes. These objects need to be released in their
|
* file are equivalent processes. These objects need to be released in their
|
||||||
* respective controllers. If the developer has used the "NSTopLevelObjects" feature,
|
* respective controllers. If the developer has used the "NSTopLevelObjects" feature,
|
||||||
* then he will get the objects back in an array which he mearly must release in
|
* then he will get the objects back in an array which he merely must release in
|
||||||
* order to release the objects held within. GJC
|
* order to release the objects held within. GJC
|
||||||
*/
|
*/
|
||||||
if([key isEqualToString: @"NSOwner"] == NO)
|
if([key isEqualToString: @"NSOwner"] == NO)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue