OpenFileAction
new OpenFileAction(licensePath.Path()));
fCreditsView->InsertHyperText(part, new OpenFileAction(mitPath.Path()));
fCreditsView->InsertHyperText(part, new OpenFileAction(lgplPath.Path()));
OpenFileAction::OpenFileAction(const BString& file)
OpenFileAction::~OpenFileAction()
OpenFileAction::Clicked(HyperTextView* view, BPoint where, BMessage* message)
class OpenFileAction : public HyperTextAction {
OpenFileAction(const BString& file);
virtual ~OpenFileAction();