CVS commit by staikos:
oops
M +1 -1 kstview.cpp 1.83
--- kdeextragear-2/kst/kst/kstview.cpp #1.82:1.83
@@ -1448,5 +1448,5 @@ void KstView::dynamicMenuMatch(int id) {
if (p) {
double x0, x1, y0, y1;
- p->getLScale(x0, y0, x1, y1);
+ p->getScale(x0, y0, x1, y1);
_currentPlot->setLog(p->isXLog(), p->isYLog());
_currentPlot->setXScaleMode(p->getXScaleMode());