Changeset 1671
- Timestamp:
- 07/29/08 17:38:57 (1 month ago)
- Files:
-
- honeybow/trunk/mwwatcher/src/MwWatcherDlg.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeybow/trunk/mwwatcher/src/MwWatcherDlg.cpp
r670 r1671 905 905 } 906 906 907 //initialize the output string with ftp\put command 907 908 //initialize the output striing wth ftp\put command 908 909 CString TempOutput("put \""); 909 910 … … 963 964 } 964 965 965 AddedFiles.erase(itr);966 itr = AddedFiles.erase(itr); 966 967 } 967 968 … … 1110 1111 if(PathMatchSpec(strFileName, "*.dll") 1111 1112 || PathMatchSpec(strFileName, "*.sys") 1112 || PathMatchSpec(strFileName, "*.vbs")) 1113 || PathMatchSpec(strFileName, "*.vbs") 1114 || PathMatchSpec(strFileName, "*.reg") 1115 || PathMatchSpec(strFileName, "*.bat") 1116 || PathMatchSpec(strFileName, "*.com")) 1113 1117 { 1114 1118 return TRUE;
