File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3817,7 +3817,7 @@ void QgisApp::updateRecentProjectPaths()
38173817
38183818 Q_FOREACH ( const QgsWelcomePageItemsModel::RecentProjectData &recentProject, mRecentProjects )
38193819 {
3820- QAction *action = mRecentProjectsMenu ->addAction ( QStringLiteral ( " %1 (%2)" ).arg ( recentProject.title != recentProject.path ? recentProject.title : QFileInfo ( recentProject.path ).baseName (),
3820+ QAction *action = mRecentProjectsMenu ->addAction ( QStringLiteral ( " %1 (%2)" ).arg ( recentProject.title != recentProject.path ? recentProject.title : QFileInfo ( recentProject.path ).completeBaseName (),
38213821 QDir::toNativeSeparators ( recentProject.path ) ) );
38223822 // action->setEnabled( QFile::exists( ( recentProject.path ) ) );
38233823 action->setData ( recentProject.path );
You can’t perform that action at this time.
0 commit comments