mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:20:38 +00:00
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:
parent
b22686df4d
commit
8ecf8c2aed
4 changed files with 15 additions and 5 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue