diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-02-14 07:18:35 +0000 |
commit | 00535086d3a922b17e2beead589f92e6cd585ff8 (patch) | |
tree | 39749b1efaaad8c42f3be50320a00cac0799aacc /audio/audacity-devel/files/patch::Help.cpp | |
parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) |
Diffstat (limited to 'audio/audacity-devel/files/patch::Help.cpp')
-rw-r--r-- | audio/audacity-devel/files/patch::Help.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/audacity-devel/files/patch::Help.cpp b/audio/audacity-devel/files/patch::Help.cpp deleted file mode 100644 index 2c704e40a1e0..000000000000 --- a/audio/audacity-devel/files/patch::Help.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- Help.cpp.orig Mon Sep 17 16:50:58 2001 -+++ Help.cpp Mon Sep 17 16:53:11 2001 -@@ -61,7 +61,7 @@ - void InitHelp(wxWindow * parent) - { - if (!gHelp) { -- wxString defaultLoc = wxGetCwd() + wxFILE_SEP_PATH + "audacity-help.htb"; -+ wxString defaultLoc = AUDACITY_HELP_DIR + wxFILE_SEP_PATH + "audacity-help.htb"; - - wxString helpFilePath = - gPrefs->Read("/Help/HelpFilePath", defaultLoc); |