[Kst] branches/work/kst/portto4/kst/src/libkstapp

Mike Fenton mike at staikos.net
Fri Jun 12 18:04:40 CEST 2009


SVN commit 980842 by fenton:

Fix typo.


 M  +1 -1      plotitem.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #980841:980842
@@ -351,7 +351,7 @@
   registerShortcut(_zoomLogY);
   connect(_zoomLogY, SIGNAL(triggered()), this, SLOT(zoomLogY()));
 
-  _adjustImageColorscale = new QAction(tr("Ajust Image Color Scale"), this);
+  _adjustImageColorscale = new QAction(tr("Adjust Image Color Scale"), this);
   _adjustImageColorscale->setShortcut(Qt::Key_I);
   registerShortcut(_adjustImageColorscale);
   connect(_adjustImageColorscale, SIGNAL(triggered()), this, SLOT(adjustImageColorScale()));


More information about the Kst mailing list