Patches by Wolfgang Lux <wolfgang.lux@gmail.com>.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-10-11 20:55:21 +00:00
parent b22686df4d
commit 8ecf8c2aed
4 changed files with 15 additions and 5 deletions

View file

@ -543,13 +543,13 @@ enum {
- (void) okButtonClicked: (id)sender
{
[self writePrintInfo];
[NSApp stopModalWithCode: NSPLOKButton];
[NSApp stopModalWithCode: NSOKButton];
}
- (void) cancelButtonClicked: (id)sender
{
[NSApp stopModalWithCode: NSPLCancelButton];
[NSApp stopModalWithCode: NSCancelButton];
}