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:
g_j_m 2006-06-24 10:13:25 +00:00
parent bd23b2f85a
commit 332ece963a

View File

@ -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_()