]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.cpp
Allow reading image files without name extention
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.cpp
index 447b35bc298a4a9a99a7e6e2f552f7138836614c..c3e2b07c20807c32ca585a052bdc2bfeb4d5120c 100644 (file)
@@ -347,7 +347,7 @@ namespace creaImageIO
   {
     mViewer->StopPlayer();
    long style = wxOPEN | wxFILE_MUST_EXIST | wxFD_MULTIPLE;
-    std::string wc("*.*");
+    std::string wc("*");
     wxFileDialog* FD = new wxFileDialog( 0, 
                                         _T("Select file"),
                                         _T(""),