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

Peter Kümmel syntheticpp at gmx.net
Sun Mar 18 14:21:04 UTC 2012


SVN commit 1286193 by kuemmel:

fix typo

 M  +1 -1      matlab.cpp  


--- branches/work/kst/portto4/kst/src/datasources/matlab/matlab.cpp #1286192:1286193
@@ -742,7 +742,7 @@
 
 
 // Name used to identify the plugin.  Used when loading the plugin.
-QString MatlabSourcePlugin::pluginName() const { return "Matlad Datasource Reader"; }
+QString MatlabSourcePlugin::pluginName() const { return "Matlab Datasource Reader"; }
 QString MatlabSourcePlugin::pluginDescription() const { return "Matlab's .mat Datasource Reader"; }
 
 /**********************


More information about the Kst mailing list