mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Remove typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14865 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
06a5c62fa5
commit
77dde4b8bc
2 changed files with 1 additions and 2 deletions
|
@ -269,7 +269,6 @@ static NSPrintPanel *shared_instance;
|
|||
}
|
||||
else if (tag == NSPPOptionOKButton)
|
||||
{
|
||||
NSLog(@"order out options");
|
||||
/* Do nothing. Just stops model on the options panel */
|
||||
}
|
||||
else
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
#include <AppKit/NSAttributedString.h>
|
||||
|
||||
/* From NSView.m */
|
||||
self NSView *viewIsPrinting;
|
||||
NSView *viewIsPrinting;
|
||||
|
||||
static const int currentVersion = 2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue