diff include/dndfile.h @ 9:dfa5cae8c992

small fix
author pyon@macmini
date Thu, 20 Oct 2011 07:44:56 +0900
parents 9c85d71cad7c
children
line wrap: on
line diff
--- a/include/dndfile.h	Wed Oct 19 20:36:52 2011 +0900
+++ b/include/dndfile.h	Thu Oct 20 07:44:56 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : param.cpp
-// Last Change: 18-Oct-2011.
+// Last Change: 19-Oct-2011.
 //
 
 class DnDFile : public wxFileDropTarget
@@ -17,7 +17,6 @@
                 wxString from = filenames[n];
                 wxString to   = m_workdir + wxFILE_SEP_PATH + filename.GetFullName();
                 wxRenameFile( from, to, true );
-                //wxMessageBox( wxT("move ") + filenames[n] + to );
             }
             return true;
         }