diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-10-05 08:15:23 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-10-05 08:15:23 +0000 |
| commit | fae5a46f9f815a67d660357728cf7df8ed50dd3b (patch) | |
| tree | 846179ba5900f9be467944268640a0ad67875a56 /src/ui/dialog/transformation.cpp | |
| parent | simplify style-querying for blur radius; move Blur slider above Opacity, cleanup (diff) | |
| download | inkscape-fae5a46f9f815a67d660357728cf7df8ed50dd3b.tar.gz inkscape-fae5a46f9f815a67d660357728cf7df8ed50dd3b.zip | |
undo annotations
(bzr r1767)
Diffstat (limited to 'src/ui/dialog/transformation.cpp')
| -rw-r--r-- | src/ui/dialog/transformation.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/dialog/transformation.cpp b/src/ui/dialog/transformation.cpp index 2cd21a560..6be732317 100644 --- a/src/ui/dialog/transformation.cpp +++ b/src/ui/dialog/transformation.cpp @@ -582,7 +582,7 @@ Transformation::applyPageMove(Inkscape::Selection *selection) } sp_document_done ( sp_desktop_document (selection->desktop()) , SP_VERB_DIALOG_TRANSFORM, - /* TODO: annotate */ "transformation.cpp:585"); + _("Move")); } void @@ -634,7 +634,7 @@ Transformation::applyPageScale(Inkscape::Selection *selection) } sp_document_done(sp_desktop_document(selection->desktop()), SP_VERB_DIALOG_TRANSFORM, - /* TODO: annotate */ "transformation.cpp:637"); + _("Scale")); } void @@ -653,7 +653,7 @@ Transformation::applyPageRotate(Inkscape::Selection *selection) } sp_document_done(sp_desktop_document(selection->desktop()), SP_VERB_DIALOG_TRANSFORM, - /* TODO: annotate */ "transformation.cpp:656"); + _("Rotate")); } void @@ -706,7 +706,7 @@ Transformation::applyPageSkew(Inkscape::Selection *selection) } sp_document_done(sp_desktop_document(selection->desktop()), SP_VERB_DIALOG_TRANSFORM, - /* TODO: annotate */ "transformation.cpp:709"); + _("Skew")); } @@ -733,7 +733,7 @@ Transformation::applyPageTransform(Inkscape::Selection *selection) } sp_document_done(sp_desktop_document(selection->desktop()), SP_VERB_DIALOG_TRANSFORM, - /* TODO: annotate */ "transformation.cpp:736"); + _("Edit transformation matrix")); } |
