Commented out the archiving of NSPopUpButton since it crashes the translator; probably it interferes with NeXT's NIB handling.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2700 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ovidiu 1998-01-16 00:57:21 +00:00
parent 836a3746d2
commit b877a664ea
8 changed files with 129 additions and 99 deletions

View file

@ -10,4 +10,9 @@
[textField setStringValue:text];
}
- (id)window
{
return [textField window];
}
@end