a/src/qtgui/rclm_view.cpp b/src/qtgui/rclm_view.cpp
...
...
477
    string usermanual = path_cat(docdir, "usermanual.html");
477
    string usermanual = path_cat(docdir, "usermanual.html");
478
    string webhelp = path_cat(docdir, "webhelp");
478
    string webhelp = path_cat(docdir, "webhelp");
479
    webhelp = path_cat(webhelp, "index.html");
479
    webhelp = path_cat(webhelp, "index.html");
480
    bool has_wh = path_exists(webhelp);
480
    bool has_wh = path_exists(webhelp);
481
    
481
    
482
    LOGDEB("RclMain::startManual: help index is "  << (index.empty()?"(null)":index) << "\n" );
482
    LOGDEB("RclMain::startManual: help index is " <<
483
           (index.empty() ? "(null)" : index) << "\n");
483
    bool indexempty = index.empty();
484
    bool indexempty = index.empty();
484
485
485
#ifdef _WIN32
486
#ifdef _WIN32
486
    // On Windows I could not find any way to pass the fragment through
487
    // On Windows I could not find any way to pass the fragment through
487
    // rclstartw (tried to set text/html as exception with rclstartw %u).
488
    // rclstartw (tried to set text/html as exception with rclstartw %u).