Skip to content

Commit

Permalink
Do not complain if user cancels open project dialog
Browse files Browse the repository at this point in the history
(cherry picked from commit c8db9ed)
  • Loading branch information
m-kuhn authored and nyalldawson committed Jun 19, 2020
1 parent 9e43545 commit 6b5834f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgisapp.cpp
Expand Up @@ -14967,10 +14967,6 @@ void QgisApp::populateProjectStorageMenu( QMenu *menu, const bool saving )
{
addProject( uri );
}
else
{
messageBar()->pushCritical( tr( "Project load failed" ), tr( "The project could not be loaded because the project storage URI is empty." ) );
}
} );
}
}
Expand Down

0 comments on commit 6b5834f

Please sign in to comment.