Ticket #32973: patch-src-FXTerminal.cpp.diff

File patch-src-FXTerminal.cpp.diff, 1.0 KB (added by mbrethen, 12 years ago)
  • csl/fox/src/FXTerminal.cpp

    old new  
    19711971// Windows case.
    19721972#if defined MACINTOSH && defined MAC_FRAMEWORK
    19731973    char helpFile[256];
    1974     sprintf(helpFile, "%s.doc/index.html", fwin_full_program_name);
     1974    sprintf(helpFile, "%s.doc/manual-pdf.html", fwin_full_program_name);
    19751975    if (CGDisplayIsActive(CGMainDisplayID()) != 1)
    19761976    {   FXMessageBox::error(this,
    19771977                MBOX_OK, "Manual Browser Launch Needed",
     
    20162016    if (preferred == NULL || *preferred == 0)
    20172017        preferred = selectBrowser(reg, "mozilla");
    20182018    char helpFile[256];
    2019     sprintf(helpFile, "file://%s/%s.doc/index.html", programDir, programName);
     2019    sprintf(helpFile, "file://%s/%s.doc/manual-pdf.html", programDir, programName);
    20202020// For non-windows the browsers I might imagine include
    20212021//      netscape, mozilla, opera, firebird, konqueror, galeon, ...
    20222022// I will try these in turn. It is probably a politically delicate issue