]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-helpfile_location.patch
- simplified Source0 URL
[packages/audacity.git] / audacity-helpfile_location.patch
1 diff -aurN audacity-src-1.2.0-pre2.orig/src/Help.cpp audacity-src-1.2.0-pre2/src/Help.cpp
2 --- audacity-src-1.2.0-pre2.orig/src/Help.cpp   2003-09-29 08:51:27.000000000 +0200
3 +++ audacity-src-1.2.0-pre2/src/Help.cpp        2003-10-16 13:54:11.380095056 +0200
4 @@ -48,7 +48,7 @@
5        if (helpFiles.GetCount() > 0)
6           defaultLoc = helpFiles[0];
7        else
8 -         defaultLoc = INSTALL_PREFIX "/share/doc/audacity/audacity-1.2-help.htb";
9 +         defaultLoc = INSTALL_PREFIX "/share/audacity/audacity-1.2-help.htb";
10  
11        wxString helpFilePath =
12            gPrefs->Read("/Help/HelpFilePath1.2", defaultLoc);
This page took 0.053787 seconds and 3 git commands to generate.