mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 16:12:17 +00:00
Allow more types of help
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27322 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f3d2771081
commit
d616702b69
1 changed files with 2 additions and 1 deletions
|
@ -248,7 +248,8 @@ cleanup(NSMutableDictionary *m, NSString *k)
|
|||
- (void)setHelpFile: (id)sender
|
||||
{
|
||||
int result;
|
||||
NSArray *fileTypes = [NSArray arrayWithObject: @"rtfd"];
|
||||
NSArray *fileTypes = [NSArray arrayWithObjects:
|
||||
@"rtfd", @"rtf", @"txt", nil];
|
||||
NSOpenPanel *openPanel = [NSOpenPanel openPanel];
|
||||
NSString *dir = nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue