diff src/testtune.cpp @ 8:b59dfcc84d7a default tip

v0.4b
author pyon@macmini
date Thu, 13 Oct 2011 20:13:41 +0900
parents 3b734fd6ee2b
children
line wrap: on
line diff
--- a/src/testtune.cpp	Sat Oct 08 19:49:13 2011 +0900
+++ b/src/testtune.cpp	Thu Oct 13 20:13:41 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : testtune.cpp
-// Last Change: 06-Oct-2011.
+// Last Change: 13-Oct-2011.
 //
 
 #include "wx/utils.h"
@@ -94,13 +94,7 @@
 int main( int argc, char **argv ) 
 {
     wxInitAllImageHandlers();
-    //wxString file = wxT("nodetect/img045.jpg");
-    //wxString file = wxT("nodetect/img073.jpg");
-    //wxString file = wxT("nodetect/img174.jpg");
-    //wxString file = wxT("nodetect/img182.jpg");
-    //wxString file = wxT("nodetect/img246.jpg");
-    //wxString file = wxT("nodetect/img268.jpg");
-    wxString file = wxT("nodetect/img294.jpg");
+    wxString file = wxT("img999.jpg");
 
     if ( IsMarksheet( file ) ) wxPuts(file+wxT(" is perhaps marksheet !"));
     wxString hhs = GuessHhs( file );