Date: Sat, 23 Jun 2001 14:04:03 +0200 (CEST) From: Marc van Woerkom <van.woerkom@netcologne.de> To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28363: New port: audacity-0.95 - a graphical waveform editor Message-ID: <200106231204.f5NC43d18622@oranje.my.domain> In-Reply-To: <200106231100.f5NB0A071642@freefall.freebsd.org> (gnats-admin@FreeBSD.org) References: <200106231100.f5NB0A071642@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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?200106231204.f5NC43d18622>