From d616702b6911ad6ad8a2fcc04d68b92c8e881ebd Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Wed, 17 Dec 2008 09:47:48 +0000 Subject: [PATCH] Allow more types of help git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27322 72102866-910b-0410-8b05-ffd578937521 --- Modules/Projects/Application/PCAppProject+Inspector.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Projects/Application/PCAppProject+Inspector.m b/Modules/Projects/Application/PCAppProject+Inspector.m index 67be696..8f99c61 100644 --- a/Modules/Projects/Application/PCAppProject+Inspector.m +++ b/Modules/Projects/Application/PCAppProject+Inspector.m @@ -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;