diff options
Diffstat (limited to 'math/wxmaxima/files/patch-src_wxMaxima.cpp')
-rw-r--r-- | math/wxmaxima/files/patch-src_wxMaxima.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/wxmaxima/files/patch-src_wxMaxima.cpp b/math/wxmaxima/files/patch-src_wxMaxima.cpp index 72a03619f620..7f2ef251df91 100644 --- a/math/wxmaxima/files/patch-src_wxMaxima.cpp +++ b/math/wxmaxima/files/patch-src_wxMaxima.cpp @@ -1,11 +1,11 @@ ---- src/wxMaxima.cpp.orig 2023-02-04 19:03:25 UTC +--- src/wxMaxima.cpp.orig 2023-12-25 16:45:03 UTC +++ src/wxMaxima.cpp -@@ -3289,8 +3289,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr - wxLogMessage(wxString::Format(_("Maxima's HTML manuals are in directory %s"), - dir_canonical.utf8_str())); - m_worksheet->SetMaximaDocDir(dir_canonical); -- m_worksheet->LoadHelpFileAnchors(dir_canonical, -- m_worksheet->GetMaximaVersion()); +@@ -3393,8 +3393,6 @@ void wxMaxima::VariableActionMaximaHtmldir(const wxStr + wxLogMessage(_("Maxima's HTML manuals are in directory %s"), + dir_canonical.utf8_str()); + GetWorksheet()->SetMaximaDocDir(dir_canonical); +- GetWorksheet()->LoadHelpFileAnchors(dir_canonical, +- GetWorksheet()->GetMaximaVersion()); } void wxMaxima::GnuplotCommandName(wxString gnuplot) { m_gnuplotcommand = gnuplot; |