diff options
author | Slávek Banko <[email protected]> | 2015-03-05 05:03:15 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-03-05 05:03:15 +0100 |
commit | b8ecabbc8f7d34e772ef40c4705a54aaf733cf8e (patch) | |
tree | f10f0491eff0ece32341853996299777c9e093c1 /src/knemod | |
parent | 58f8feb79da4bc004cfa29b7451dd4bb2e5d2f71 (diff) | |
download | knemo-b8ecabbc8f7d34e772ef40c4705a54aaf733cf8e.tar.gz knemo-b8ecabbc8f7d34e772ef40c4705a54aaf733cf8e.zip |
Fix incorrectly renamed strings
Diffstat (limited to 'src/knemod')
-rw-r--r-- | src/knemod/signalplotter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/signalplotter.cpp b/src/knemod/signalplotter.cpp index 51a5b22..3fa4983 100644 --- a/src/knemod/signalplotter.cpp +++ b/src/knemod/signalplotter.cpp @@ -160,7 +160,7 @@ void SignalPlotter::addSample( const TQValueList<double>& sampleBuf ) /* If the vertical lines are scrolling, increment the offset * so they move with the data. The vOffset / hScale confusion - * is because v refers toQt::Vertical Lines, and h to the horizontal + * is because v refers to Vertical Lines, and h to the horizontal * distance between the vertical lines. */ if ( mVerticalLinesScroll ) { mVerticalLinesOffset = ( mVerticalLinesOffset + mHorizontalScale) |