Date: Sat, 23 Jun 2001 05:20:04 -0700 (PDT) From: Marc van Woerkom <van.woerkom@netcologne.de> To: freebsd-ports@FreeBSD.org Subject: Re: ports/28363: New port: audacity-0.95 - a graphical waveform editor Message-ID: <200106231220.f5NCK4588806@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28363; it has been noted by GNATS. From: Marc van Woerkom <van.woerkom@netcologne.de> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/28363: New port: audacity-0.95 - a graphical waveform editor Date: Sat, 23 Jun 2001 14:17:58 +0200 (CEST) I made a mistake with the patch that sets the default helpfile path. Rather change it into this hack: --- Help.cpp.orig Mon Apr 30 01:07:29 2001 +++ Help.cpp Sat Jun 23 13:40:33 2001 @@ -49,7 +49,7 @@ void InitHelp(wxWindow *parent) { if (!gHelp) { - wxString defaultLoc = wxGetCwd() + "/audacity-help.htb"; + wxString defaultLoc = "/usr/X11R6/share/doc/audacity/audacity-help.htb"; wxString helpFilePath = gPrefs->Read("/Help/HelpFilePath", defaultLoc); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106231220.f5NCK4588806>