mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:40:39 +00:00
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:
parent
6507878974
commit
93f1e589e5
8 changed files with 129 additions and 99 deletions
|
@ -34,6 +34,10 @@ extern NSMutableArray* objects;
|
|||
extern NSMutableArray* connections;
|
||||
|
||||
@interface Translator : NSObject
|
||||
{
|
||||
NSString* gmodelFile;
|
||||
}
|
||||
|
||||
- (void)translateNibFile:(NSString*)nibFile toModelFile:(NSString*)gmodelFile;
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue