Switch to unified view

a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
...
...
814
    QString s = 
814
    QString s = 
815
    QFileDialog::getSaveFileName(path_home().c_str(),
815
    QFileDialog::getSaveFileName(path_home().c_str(),
816
                     "",  this,
816
                     "",  this,
817
                     tr("Save file dialog"),
817
                     tr("Save file dialog"),
818
                     tr("Choose a file name to save under"));
818
                     tr("Choose a file name to save under"));
819
    string tofile((const char *)s.toLocal8Bit());
819
    string tofile((const char *)s.local8Bit());
820
    TempFile temp; // not used
820
    TempFile temp; // not used
821
    if (!FileInterner::idocToFile(temp, tofile, rclconfig, fn, 
821
    if (!FileInterner::idocToFile(temp, tofile, rclconfig, fn, 
822
                  doc.ipath, doc.mimetype)) {
822
                  doc.ipath, doc.mimetype)) {
823
    QMessageBox::warning(0, "Recoll",
823
    QMessageBox::warning(0, "Recoll",
824
                 tr("Cannot extract document or create "
824
                 tr("Cannot extract document or create "