[Kst] branches/work/kst/portto4/kst/src/datasources/dirfilesource

Mike Fenton mike at staikos.net
Thu Nov 6 16:50:02 CET 2008


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";
 }
 
 


More information about the Kst mailing list