]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-helpfile_location.patch
- s/mad-devel/libmad-devel/
[packages/audacity.git] / audacity-helpfile_location.patch
1 --- audacity-src-1.1.1-3/src/Help.cpp.orig      Mon Nov 11 07:58:21 2002
2 +++ audacity-src-1.1.1-3/src/Help.cpp   Sat Jan 25 01:08:40 2003
3 @@ -81,7 +81,7 @@
4        if (helpFiles.GetCount() > 0)
5           defaultLoc = helpFiles[0];
6        else
7 -         defaultLoc = INSTALL_PREFIX "/share/doc/audacity/audacity-help.htb";
8 +         defaultLoc = INSTALL_PREFIX "/share/audacity/audacity-help.htb";
9  
10        wxString helpFilePath =
11            gPrefs->Read("/Help/HelpFilePath", defaultLoc);
This page took 0.072121 seconds and 3 git commands to generate.