diff --git a/src/apps/aboutsystem/HyperTextActions.cpp b/src/apps/aboutsystem/HyperTextActions.cpp index 5c8770ca26..be45453d06 100644 --- a/src/apps/aboutsystem/HyperTextActions.cpp +++ b/src/apps/aboutsystem/HyperTextActions.cpp @@ -33,9 +33,8 @@ URLAction::Clicked(HyperTextView* view, BPoint where, BMessage* message) if (get_ref_for_path("/bin/open", &ref)) return; - const char* args[] = { "/bin/open", fURL.String(), NULL }; - be_roster->Launch(&ref, 2, args); - + const char* args[] = { fURL.String(), NULL }; + be_roster->Launch(&ref, 1, args); }