Ticket #36236: patch-src_Config.cpp.diff
File patch-src_Config.cpp.diff, 430 bytes (added by KubaO (Kuba Ober), 12 years ago) |
---|
-
src/Config.cpp
old new 185 185 if (mp.Length()) 186 186 m_maximaProgram->SetValue(mp); 187 187 else 188 // this is where the mac installer installs maxima 189 m_maximaProgram->SetValue(wxT("/Applications/Maxima.app")); 188 m_maximaProgram->SetValue(wxT("maxima")); 190 189 #else 191 190 if (mp.Length()) 192 191 m_maximaProgram->SetValue(mp);