blob: 7f2ef251df91f226aa28e86bcadebeef1fabbf1d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/wxMaxima.cpp.orig 2023-12-25 16:45:03 UTC
+++ src/wxMaxima.cpp
@@ -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;
|