Mercurial > mercurial > hgweb_searcher03.cgi
diff src/cache.cpp @ 12:52958cd4a073
Implement Force Mask button in Batch Print Mode.
author | pyon@macmini |
---|---|
date | Sun, 18 May 2014 19:49:15 +0900 |
parents | dfcf8c973219 |
children | a8e6e5769e3b |
line wrap: on
line diff
--- a/src/cache.cpp Wed May 07 20:38:57 2014 +0900 +++ b/src/cache.cpp Sun May 18 19:49:15 2014 +0900 @@ -1,5 +1,5 @@ // Filename : cache.cpp -// Last Change: 07-May-2014. +// Last Change: 08-May-2014. // #include "cache.h" @@ -66,7 +66,7 @@ for ( int i = 0; i < path.GetCount(); i++ ) { wxArrayString files; - wxDir::GetAllFiles( path[i], &files, wxT("*.*"), wxDIR_DEFAULT ); + wxDir::GetAllFiles( path[i], &files, wxT("*.jpg"), wxDIR_DEFAULT ); for ( int j = 0; j < files.GetCount(); j++ ) { wxImage image( files[j], wxBITMAP_TYPE_JPEG );