summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ce451e3)
raw | patch | inline | side by side (parent: ce451e3)
author | gustav_b <gustav_b@users.sourceforge.net> | |
Wed, 25 Apr 2007 00:00:49 +0000 (00:00 +0000) | ||
committer | gustav_b <gustav_b@users.sourceforge.net> | |
Wed, 25 Apr 2007 00:00:49 +0000 (00:00 +0000) |
src/ui/dialog/transformation.cpp | patch | blob | history |
index 98623849fb6705781288495de129659034b89581..be5a8bb03faf32a1bd6df1f5abd805d9d8ae124e 100644 (file)
_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")),