From: dooglus Date: Sun, 6 Apr 2008 09:13:03 +0000 (+0000) Subject: Rename the gradient tool from "Gradient" to "Gradient Tool". All the other tools... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a818ed77250732ae5c300f47dfb91e6b56dd05b0;p=synfig.git Rename the gradient tool from "Gradient" to "Gradient Tool". All the other tools have "Tool" in their name. git-svn-id: http://svn.voria.com/code@1963 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp index 73db803..5c8bc35 100644 --- a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp +++ b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp @@ -148,7 +148,6 @@ IconController::IconController(const synfig::String& /*basepath*/) INIT_STOCK_ICON(list,"list_icon."IMAGE_EXT,_("Rename")); INIT_STOCK_ICON(canvas,"canvas_icon."IMAGE_EXT,_("Canvas")); INIT_STOCK_ICON(string,"string_icon."IMAGE_EXT,_("Rename")); - INIT_STOCK_ICON(gradient,"gradient_icon."IMAGE_EXT,_("Gradient")); INIT_STOCK_ICON(reset_colors,"reset_colors_icon."IMAGE_EXT,_("Reset Colors")); INIT_STOCK_ICON(swap_colors,"swap_colors_icon."IMAGE_EXT,_("Swap Colors")); @@ -209,6 +208,7 @@ IconController::IconController(const synfig::String& /*basepath*/) INIT_STOCK_ICON(info,"info_icon."IMAGE_EXT,_("Info Tool")); INIT_STOCK_ICON(mirror,"mirror_icon."IMAGE_EXT,_("Mirror Tool")); INIT_STOCK_ICON(text,"text_icon."IMAGE_EXT,"Text Tool"); + INIT_STOCK_ICON(gradient,"gradient_icon."IMAGE_EXT,_("Gradient Tool")); icon_factory->add_default();