diff --git a/ChangeLog b/ChangeLog index 97fe24118..ea7a997cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ * Source/NSOpenPanel.m: Improved documentation * Source/NSPageLayout.m: Improved documentation * Source/NSPopUpButton.m: Improved documentation + * Source/NSSavePanel.m: Improved documentation 2005-11-22 Richard Frith-Macdonald diff --git a/Source/NSSavePanel.m b/Source/NSSavePanel.m index e667adc5a..bd38b34ec 100644 --- a/Source/NSSavePanel.m +++ b/Source/NSSavePanel.m @@ -631,7 +631,7 @@ selectCellWithString: (NSString*)title } } -/**

Creates ( if needed) and returns the shared NSSavePanel instance

+/**

Creates ( if needed) and returns the shared NSSavePanel instance.

*/ + (NSSavePanel *) savePanel { @@ -1070,7 +1070,7 @@ selectCellWithString: (NSString*)title [self close]; } -/**

Invoked by the "OK" button. TODO

+/**

Invoked by the "OK" button.

*

See Also: -cancel:

*/ - (void) ok: (id)sender