]> git.pld-linux.org Git - packages/audacity.git/blobdiff - audacity-helpfile_location.patch
- updated for 1.2.0-pre2
[packages/audacity.git] / audacity-helpfile_location.patch
index 1b493ff2ce76e9cc32d513560e0ba80c8f7eb1e7..b8016f8ebd660f7bd725c77f110ceebd9d934805 100644 (file)
@@ -1,11 +1,12 @@
---- audacity-src-1.1.1-3/src/Help.cpp.orig     Mon Nov 11 07:58:21 2002
-+++ audacity-src-1.1.1-3/src/Help.cpp  Sat Jan 25 01:08:40 2003
-@@ -81,7 +81,7 @@
+diff -aurN audacity-src-1.2.0-pre2.orig/src/Help.cpp audacity-src-1.2.0-pre2/src/Help.cpp
+--- audacity-src-1.2.0-pre2.orig/src/Help.cpp  2003-09-29 08:51:27.000000000 +0200
++++ audacity-src-1.2.0-pre2/src/Help.cpp       2003-10-16 13:54:11.380095056 +0200
+@@ -48,7 +48,7 @@
        if (helpFiles.GetCount() > 0)
           defaultLoc = helpFiles[0];
        else
--         defaultLoc = INSTALL_PREFIX "/share/doc/audacity/audacity-help.htb";
-+         defaultLoc = INSTALL_PREFIX "/share/audacity/audacity-help.htb";
+-         defaultLoc = INSTALL_PREFIX "/share/doc/audacity/audacity-1.2-help.htb";
++         defaultLoc = INSTALL_PREFIX "/share/audacity/audacity-1.2-help.htb";
  
        wxString helpFilePath =
-           gPrefs->Read("/Help/HelpFilePath", defaultLoc);
+           gPrefs->Read("/Help/HelpFilePath1.2", defaultLoc);
This page took 0.044913 seconds and 4 git commands to generate.