diff --git a/gui/resultstree.cpp b/gui/resultstree.cpp index 7f0c4d263..00d221a34 100644 --- a/gui/resultstree.cpp +++ b/gui/resultstree.cpp @@ -703,6 +703,8 @@ void ResultsTree::StartApplication(QStandardItem *target, int application) //Replace (file) with filename QString file = data["file"].toString(); + file = QDir::toNativeSeparators(file); + qDebug() << "Opening file: " << file; QFileInfo info(file); if (!info.exists())