summaryrefslogtreecommitdiffstats
path: root/src/ui/icons.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-04-17 21:39:35 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-04-17 21:39:35 +0000
commit2d1056bd0918396bccaac86572e6ac84e40c71a9 (patch)
tree92c42cac397fff2614f1cc806f830b7289b06179 /src/ui/icons.cpp
parentImprove snapper performance (mainly in by editting WillSnapSomething()) (diff)
downloadinkscape-2d1056bd0918396bccaac86572e6ac84e40c71a9.tar.gz
inkscape-2d1056bd0918396bccaac86572e6ac84e40c71a9.zip
typo patch by maximilian albert
(bzr r2918)
Diffstat (limited to 'src/ui/icons.cpp')
-rw-r--r--src/ui/icons.cpp4
1 files changed, 2 insertions, 2 deletions
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);