We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dab4758 commit f370549Copy full SHA for f370549
src/providers/ogr/qgsogrprovider.cpp
@@ -1690,9 +1690,9 @@ QString createFilters( QString type )
1690
myFileFilters += createFileFilter_( QObject::tr( "INTERLIS 2" ), "*.itf *.xml *.ili" );
1691
myExtensions << "itf" << "xml" << "ili";
1692
}
1693
- else if ( driverName.startsWith( "INGRES" ) )
+ else if ( driverName.startsWith( "Ingres" ) )
1694
{
1695
- myDatabaseDrivers += QObject::tr( "INGRES" ) + ",INGRES;";
+ myDatabaseDrivers += QObject::tr( "Ingres" ) + ",Ingres;";
1696
1697
else if ( driverName.startsWith( "KML" ) )
1698
0 commit comments