]> Creatis software - bbtk.git/commitdiff
wild char ="*", instead of "*.*" (any file must be shown)
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 11 Mar 2009 13:34:58 +0000 (13:34 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Wed, 11 Mar 2009 13:34:58 +0000 (13:34 +0000)
packages/wx/src/bbwxFileSelector.cxx

index a36f85f545d4004fdd25b187a1102f9262351574..d14b27409b759a2b3f52ac77c0f25f9f019b442b 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxFileSelector.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:32 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2009/03/11 13:34:58 $
+  Version:   $Revision: 1.6 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -71,7 +71,7 @@ namespace bbwx
     std::string wc(bbGetInputWildcard());
     if (wc=="") 
       {
-       wc = "*.*";
+       wc = "*";  // Any file must be shown
       }