Skip to content

Commit

Permalink
Dont show all other file types as it makes the dialog box unusable on…
Browse files Browse the repository at this point in the history
… many screens

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11864 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 29, 2009
1 parent bec93e1 commit 63e1cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ void QgsRasterLayer::buildSupportedRasterFileFilter( QString & theFileFiltersStr
} // each loaded GDAL driver

// can't forget the default case
theFileFiltersString += tr( "%1 and all other files (*)" ).arg( catchallFilter.join( ", " ) );
theFileFiltersString += tr( "All other files (*)" );
QgsDebugMsg( "Raster filter list built: " + theFileFiltersString );
} // buildSupportedRasterFileFilter_()

Expand Down

0 comments on commit 63e1cf5

Please sign in to comment.