qgsrasterlayer.cpp.diff

kyle -, 2009-12-31 12:34 PM

Download (653 Bytes)

View differences:

src/core/raster/qgsrasterlayer.cpp (working copy)
410 410
      }
411 411
      else if ( myGdalDriverDescription.startsWith( "DTED" ) )
412 412
      {
413
        // DTED use "*.dt0"
413
        // DTED use "*.dt0, *.dt1, *.dt2"
414 414
        QString glob = "*.dt0";
415
	glob += " *.dt1";
416
	glob += " *.dt2";	
415 417
        theFileFiltersString += myGdalDriverLongName + " (" + glob.toLower() + " " + glob.toUpper() + ");;";
416 418
      }
417 419
      else if ( myGdalDriverDescription.startsWith( "MrSID" ) )