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 ) if ( ! path )
InfoSheet(@"Cannot find HowTo.html", [theEmulator window]); InfoSheet(@"Cannot find HowTo.html", [theEmulator window]);
else else
if ( ! [[NSWorkspace sharedWorkspace] openFile: path if ( ! [[NSWorkspace sharedWorkspace] openFile: path] )
withApplication: @"TextEdit"] ) InfoSheet(@"Cannot open HowTo.html with default app", [theEmulator window]);
InfoSheet(@"Cannot open HowTo.html with TextEdit", [theEmulator window]);
} }
- (IBAction) HelpToDo: (id)sender - (IBAction) HelpToDo: (id)sender