Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
g_j_m committed Jun 24, 2006
1 parent 901ad5b commit b3a8097
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/raster/qgsrasterlayer.cpp
Expand Up @@ -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_()


Expand Down

0 comments on commit b3a8097

Please sign in to comment.