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  
    185185  if (mp.Length())
    186186    m_maximaProgram->SetValue(mp);
    187187  else
    188     // this is where the mac installer installs maxima
    189     m_maximaProgram->SetValue(wxT("/Applications/Maxima.app"));
     188    m_maximaProgram->SetValue(wxT("maxima"));
    190189#else
    191190  if (mp.Length())
    192191    m_maximaProgram->SetValue(mp);