From: dooglus Date: Sat, 5 Apr 2008 19:12:42 +0000 (+0000) Subject: Give the text tool a name for the tooltip and 'state' menu. Let's call it... "Text... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=78f19fcb70849775b7566e1e2e45d4cda9f12406;p=synfig.git Give the text tool a name for the tooltip and 'state' menu. Let's call it... "Text Tool". git-svn-id: http://svn.voria.com/code@1961 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp index 448a8c6..73db803 100644 --- a/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp +++ b/synfig-studio/trunk/src/gtkmm/iconcontroller.cpp @@ -162,7 +162,6 @@ IconController::IconController(const synfig::String& /*basepath*/) INIT_STOCK_ICON(layer_pastecanvas,"pastecanvas_icon."IMAGE_EXT,_("Paste Canvas")); INIT_STOCK_ICON(star,"star_icon."IMAGE_EXT,""); INIT_STOCK_ICON(plant,"plant_icon."IMAGE_EXT,""); - INIT_STOCK_ICON(text,"text_icon."IMAGE_EXT,""); INIT_STOCK_ICON(group,"group_icon."IMAGE_EXT,_("Group")); INIT_STOCK_ICON(grid_enable,"grid_enable_icon."IMAGE_EXT,_("Show Grid")); INIT_STOCK_ICON(grid_disable,"grid_disable_icon."IMAGE_EXT,_("Hide Grid")); @@ -209,6 +208,7 @@ IconController::IconController(const synfig::String& /*basepath*/) INIT_STOCK_ICON(zoom,"zoom_icon."IMAGE_EXT,_("Zoom Tool")); 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"); icon_factory->add_default();