diff --git a/samples/qt/Common/src/MDIWindow.cxx b/samples/qt/Common/src/MDIWindow.cxx index 6c6a308de9..caf82c5535 100755 --- a/samples/qt/Common/src/MDIWindow.cxx +++ b/samples/qt/Common/src/MDIWindow.cxx @@ -93,7 +93,7 @@ void MDIWindow::dump() QString datadir = (QString(getenv("CASROOT")) + "/../data/images"); static QString filter; - filter = "Images Files (*.bmp *.gif *.xwd *.ps *.eps *.tex *.pdf *.svg *.pgf)"; + filter = "Images Files (*.bmp *.ppm *.png *.jpg *.tiff *.tga *.gif *.exr *.ps *.eps *.tex *.pdf *.svg *.pgf)"; QFileDialog fd ( 0 ); fd.setModal( true ); fd.setFilter( filter );