diff --git a/src/ui/dialog/transformation.cpp b/src/ui/dialog/transformation.cpp index c2456a868e..c1d1bad2a1 100644 --- a/src/ui/dialog/transformation.cpp +++ b/src/ui/dialog/transformation.cpp @@ -290,7 +290,7 @@ void Transformation::layoutPageRotate() _counterclockwise_rotate.set_has_frame(false); _counterclockwise_rotate.set_tooltip_text(_("Rotate in a counterclockwise direction")); - _counterclockwise_rotate.set_icon_name("object-rotate-right"); + _clockwise_rotate.set_icon_name("object-rotate-right"); _clockwise_rotate.set_has_frame(false); _clockwise_rotate.set_tooltip_text(_("Rotate in a clockwise direction")); _clockwise_rotate.set_group(_counterclockwise_rotate);