diff options
Diffstat (limited to 'src/LineMarker.cpp')
-rwxr-xr-x | src/LineMarker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LineMarker.cpp b/src/LineMarker.cpp index 6ded13c..2af78b5 100755 --- a/src/LineMarker.cpp +++ b/src/LineMarker.cpp @@ -68,7 +68,7 @@ void LineMarker::Draw(Surface *surface, PRectangle &rcWhole, Font &fontForCharac pxpm->Draw(surface, rcWhole); return; } - // Restrict most shapes a bit + // Restrict most tqshapes a bit PRectangle rc = rcWhole; rc.top++; rc.bottom--; |