Skip to content

Commit

Permalink
change filter name of SQLite driver to SQLite/SpatiaLite
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennesky committed May 9, 2014
1 parent a94aa69 commit 5f72747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -1769,7 +1769,7 @@ QString createFilters( QString type )
}
else if ( driverName.startsWith( "SQLite" ) )
{
myFileFilters += createFileFilter_( QObject::tr( "SQLite" ), "*.sqlite *.db" );
myFileFilters += createFileFilter_( QObject::tr( "SQLite/SpatiaLite" ), "*.sqlite *.db" );
myExtensions << "sqlite" << "db";
}
else if ( driverName.startsWith( "UK .NTF" ) )
Expand Down

0 comments on commit 5f72747

Please sign in to comment.