Skip to content

Commit b3a8097

Browse files
author
g_j_m
committed
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/qgis@5544 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 901ad5b commit b3a8097

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/raster/qgsrasterlayer.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,8 @@ void QgsRasterLayer::buildSupportedRasterFileFilter(QString & theFileFiltersStri
340340
} // each loaded GDAL driver
341341

342342
// can't forget the default case
343-
theFileFiltersString += catchallFilter + "All other files (*)";
343+
theFileFiltersString += catchallFilter + tr("and all other files") + " (*)";
344344
QgsDebugMsg("Raster filter list built: " + theFileFiltersString);
345-
346-
347-
std::cerr << theFileFiltersString.toLocal8Bit().data() << '\n';
348-
349345
} // buildSupportedRasterFileFilter_()
350346

351347

0 commit comments

Comments
 (0)