From: gustav_b Date: Wed, 25 Apr 2007 00:00:49 +0000 (+0000) Subject: patch 1705533 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ad4b3133547bb79aa1362ab40512d31267868c82;p=inkscape.git patch 1705533 --- diff --git a/src/ui/dialog/transformation.cpp b/src/ui/dialog/transformation.cpp index 98623849f..be5a8bb03 100644 --- a/src/ui/dialog/transformation.cpp +++ b/src/ui/dialog/transformation.cpp @@ -88,9 +88,9 @@ Transformation::Transformation() _scalar_rotate (_("A_ngle"), _("Rotation angle (positive = counterclockwise)"), UNIT_TYPE_RADIAL, "", "transform_rotate", &_units_rotate), _scalar_skew_horizontal (_("_Horizontal"), _("Horizontal skew angle (positive = counterclockwise), or absolute displacement, or percentage displacement"), UNIT_TYPE_LINEAR, - "", "arrows_hor", &_units_skew), + "", "transform_scew_hor", &_units_skew), _scalar_skew_vertical (_("_Vertical"), _("Vertical skew angle (positive = counterclockwise), or absolute displacement, or percentage displacement"), UNIT_TYPE_LINEAR, - "", "arrows_ver", &_units_skew), + "", "transform_scew_ver", &_units_skew), _scalar_transform_a ("_A", _("Transformation matrix element A")), _scalar_transform_b ("_B", _("Transformation matrix element B")),