]> git.pld-linux.org Git - packages/audacity.git/blame - audacity-helpfile_location.patch
049e0e596059bd88a5779b3306467aa2 audacity-dynamic_id3lib.patch
[packages/audacity.git] / audacity-helpfile_location.patch
CommitLineData
47608c1f 1diff -urN audacity-src-0.98.orig/Help.cpp audacity-src-0.98/Help.cpp
2--- audacity-src-0.98.orig/Help.cpp Tue Jan 22 07:14:15 2002
3+++ audacity-src-0.98/Help.cpp Sat Feb 2 15:27:05 2002
4@@ -106,9 +106,7 @@
5 paths.Add(wxGetCwd() + wxFILE_SEP_PATH + "audacity-help.htb");
6
7 #ifdef __WXGTK__
8- paths.Add("/usr/local/share/doc/audacity/audacity-help.htb");
9- paths.Add("/usr/share/doc/audacity/audacity-help.htb");
10- paths.Add("/usr/share/audacity/audacity-help.htb"); // for debian
11+ paths.Add("/usr/X11R6/share/audacity/audacity-help.htb");
12 #endif
13
14 #ifdef __WXMSW__
This page took 0.077291 seconds and 4 git commands to generate.