Default app for HowTo.html (instead of TextEdit), formatting (spaces->tabs)

This commit is contained in:
nigel 2003-08-16 02:47:27 +00:00
parent 75f84b51ce
commit cb6adb6291

View File

@ -267,9 +267,8 @@
if ( ! path )
InfoSheet(@"Cannot find HowTo.html", [theEmulator window]);
else
if ( ! [[NSWorkspace sharedWorkspace] openFile: path
withApplication: @"TextEdit"] )
InfoSheet(@"Cannot open HowTo.html with TextEdit", [theEmulator window]);
if ( ! [[NSWorkspace sharedWorkspace] openFile: path] )
InfoSheet(@"Cannot open HowTo.html with default app", [theEmulator window]);
}
- (IBAction) HelpToDo: (id)sender