From 9da5ceb9d5c68921d9110f809fca9d23fbd94fbc Mon Sep 17 00:00:00 2001 From: pabs Date: Wed, 26 Mar 2008 07:50:58 +0000 Subject: [PATCH] Use the polyline icon for the polygon tool and layers since the polygon layers are not regular polygons and the Tango ArtLibreSet differentiates between tools for regular polygons and irregular polygons (polylines). git-svn-id: http://svn.voria.com/code@1922 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/iconcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp index 8521c5a..225c89a 100644 --- a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp +++ b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp @@ -188,7 +188,7 @@ IconController::IconController(const synfig::String& /*basepath*/) // Tools INIT_STOCK_ICON(normal,"normal_icon."IMAGE_EXT,_("Normal Tool")); - INIT_STOCK_ICON(polygon,"polygon_icon."IMAGE_EXT,_("Polygon Tool")); + INIT_STOCK_ICON(polygon,"polyline_icon."IMAGE_EXT,_("Polygon Tool")); INIT_STOCK_ICON(bline,"bline_icon."IMAGE_EXT,_("BLine Tool")); INIT_STOCK_ICON(eyedrop,"eyedrop_icon."IMAGE_EXT,_("Eyedrop Tool")); INIT_STOCK_ICON(fill,"fill_icon."IMAGE_EXT,_("Fill Tool")); -- 2.7.4