[Kst] extragear/graphics/kst/kst/datasources/ascii

Rick Chern rchern at interchange.ubc.ca
Thu Jul 14 02:46:26 CEST 2005


SVN commit 434418 by rchern:



 M  +1 -1      ascii.cpp  


--- trunk/extragear/graphics/kst/kst/datasources/ascii/ascii.cpp #434417:434418
@@ -680,7 +680,7 @@
 
 QStringList AsciiSource::matrixList() const {
   if (_matrixList.isEmpty()) {
-    // for ascii data sources, matrix fields start with [MATRIXNAME:Y,x,y,w,l]  
+    // for ascii data sources, matrix fields start with [MATRIXNAME,Y,x,y,w,l]  
     // where Y = size of y dimension
     //       x = x coordinate of minimum
     //       y = y coordinate of minimum


More information about the Kst mailing list