mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Minor change to text in raster file chooser filter box for the *
filter. Also wrap some user visible text in tr() git-svn-id: http://svn.osgeo.org/qgis/trunk@5544 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bd23b2f85a
commit
332ece963a
@ -340,12 +340,8 @@ void QgsRasterLayer::buildSupportedRasterFileFilter(QString & theFileFiltersStri
|
||||
} // each loaded GDAL driver
|
||||
|
||||
// can't forget the default case
|
||||
theFileFiltersString += catchallFilter + "All other files (*)";
|
||||
theFileFiltersString += catchallFilter + tr("and all other files") + " (*)";
|
||||
QgsDebugMsg("Raster filter list built: " + theFileFiltersString);
|
||||
|
||||
|
||||
std::cerr << theFileFiltersString.toLocal8Bit().data() << '\n';
|
||||
|
||||
} // buildSupportedRasterFileFilter_()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user