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:
Adam Fedor 2002-10-29 04:54:44 +00:00
parent 06a5c62fa5
commit 77dde4b8bc
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -67,7 +67,7 @@
#include <AppKit/NSAttributedString.h>
/* From NSView.m */
self NSView *viewIsPrinting;
NSView *viewIsPrinting;
static const int currentVersion = 2;