diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-22 19:13:45 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-22 19:13:45 +0000 |
| commit | 6053b3fd123bfd7d1e910b2e19c60b1c58e2e6a8 (patch) | |
| tree | aadd2d927bb4738853f2be3110eaa512355ad1a2 /src/ui | |
| parent | Get rid of unused empty toolbox creation (diff) | |
| parent | Fix some typos and syntax errors (diff) | |
| download | inkscape-6053b3fd123bfd7d1e910b2e19c60b1c58e2e6a8.tar.gz inkscape-6053b3fd123bfd7d1e910b2e19c60b1c58e2e6a8.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/draw-anchor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/draw-anchor.h b/src/ui/draw-anchor.h index 5542b3bf6..b631a4893 100644 --- a/src/ui/draw-anchor.h +++ b/src/ui/draw-anchor.h @@ -30,7 +30,7 @@ class SPCurve; struct SPCanvasItem; /// The drawing anchor. -/// \todo Make this a regular knot, this will allow to set statusbar tips. +/// \todo Make this a regular knot, this will allow setting statusbar tips. struct SPDrawAnchor { Inkscape::UI::Tools::FreehandBase *dc; SPCurve *curve; |
