|
@@ -173,7 +173,7 @@ namespace MysticQt
|
|
|
if (foundInScanFolders)
|
|
|
{
|
|
|
const QFileInfo fileInfo(m_recentFiles[i]);
|
|
|
- const QString menuItemText = QString("&%1 %2").arg(i + 1).arg(fileInfo.fileName());
|
|
|
+ const QString menuItemText = QString("&%1 %2").arg(i + 1).arg(fileInfo.filePath());
|
|
|
|
|
|
QAction* action = new QAction(m_recentFilesMenu);
|
|
|
action->setText(menuItemText);
|