]> git.pld-linux.org Git - packages/audacity.git/blame - audacity-helpfile_location.patch
- s/mad-devel/libmad-devel/
[packages/audacity.git] / audacity-helpfile_location.patch
CommitLineData
2fc00596
JB
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";
47608c1f 9
2fc00596
JB
10 wxString helpFilePath =
11 gPrefs->Read("/Help/HelpFilePath", defaultLoc);
This page took 0.099946 seconds and 4 git commands to generate.