[QGIS Commit] r11864 - trunk/qgis/src/core/raster

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Oct 29 07:48:16 EDT 2009


Author: timlinux
Date: 2009-10-29 07:48:15 -0400 (Thu, 29 Oct 2009)
New Revision: 11864

Modified:
   trunk/qgis/src/core/raster/qgsrasterlayer.cpp
Log:
Dont show all other file types as it makes the dialog box unusable on many screens

Modified: trunk/qgis/src/core/raster/qgsrasterlayer.cpp
===================================================================
--- trunk/qgis/src/core/raster/qgsrasterlayer.cpp	2009-10-28 21:10:42 UTC (rev 11863)
+++ trunk/qgis/src/core/raster/qgsrasterlayer.cpp	2009-10-29 11:48:15 UTC (rev 11864)
@@ -411,7 +411,7 @@
   }                           // 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_()
 



More information about the QGIS-commit mailing list