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
  • Loading branch information
m-kuhn committed May 13, 2020
1 parent a076f83 commit c8db9ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgisapp.cpp
Expand Up @@ -16023,10 +16023,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 c8db9ed

Please sign in to comment.