X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Ficons.cpp;h=f24dad66bff7edd9a957d0c4fca2e478ff211f13;hb=238893a45781289c11985fe83f5ce18d4af3ec5b;hp=c65066c36f3fbcec96a4157af834447274fdf529;hpb=4ec52515516e3a6bf2fbc3ed01a7e179bde16d20;p=inkscape.git diff --git a/src/ui/icons.cpp b/src/ui/icons.cpp index c65066c36..f24dad66b 100644 --- a/src/ui/icons.cpp +++ b/src/ui/icons.cpp @@ -603,9 +603,9 @@ init() small.set_filename(get_icon_path("transform-corners.svg")); _transform_corners.add_source(small); icons->add(Stock::TRANSFORM_CORNERS, _transform_corners); - // Transform Grandient + // Transform Gradient Gtk::IconSet _transform_gradient; - small.set_icon_name("TransformGrandient"); + small.set_icon_name("TransformGradient"); small.set_filename(get_icon_path("transform-gradient.svg")); _transform_gradient.add_source(small); icons->add(Stock::TRANSFORM_GRADIENT, _transform_gradient);