summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-an
blob: cb69e0d9d1c6af3be8b0bcf66aad3f37144886ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.2 2001/08/02 17:45:35 drochner Exp $

--- Help.cpp.orig	Sun Jul 29 03:17:54 2001
+++ Help.cpp	Mon Jul 30 14:13:57 2001
@@ -61,7 +61,7 @@
 void InitHelp(wxWindow * parent)
 {
    if (!gHelp) {
-      wxString defaultLoc = wxGetCwd() + wxFILE_SEP_PATH + "audacity-help.htb";
+      wxString defaultLoc = "XXXHELPDIRXXX/audacity-help.htb";
 
       wxString helpFilePath =
           gPrefs->Read("/Help/HelpFilePath", defaultLoc);