SVN commit 880830 by fenton:
Add fileType identifier.
M +1 -1 dirfilesource.cpp
--- branches/work/kst/portto4/kst/src/datasources/dirfilesource/dirfilesource.cpp #880829:880830
@@ -185,7 +185,7 @@
QString DirFileSource::fileType() const {
- return staticTypeString;
+ return "Directory of Binary Files";
}