Module: synfig/synfig Branch: master Commit: 11420c8156f23a7341008ae3ee93f7860f0cbe25 URL: http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig/synfig;a=commit;h=11420c8156f23a7341008ae3ee93f7860f0cbe25
Author: Carlos Lopez <[email protected]> Date: Mon Sep 27 20:45:27 2010 +0200 Set the proper local name string for some icons that were victim of a copy - paste. --- synfig-studio/src/gui/iconcontroller.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/synfig-studio/src/gui/iconcontroller.cpp b/synfig-studio/src/gui/iconcontroller.cpp index 9bc1ae3..e4d9232 100644 --- a/synfig-studio/src/gui/iconcontroller.cpp +++ b/synfig-studio/src/gui/iconcontroller.cpp @@ -142,9 +142,9 @@ IconController::IconController(const synfig::String& /*basepath*/) INIT_STOCK_ICON(type_color,"type_color_icon."IMAGE_EXT,_("Color")); INIT_STOCK_ICON(type_segment,"type_segment_icon."IMAGE_EXT,_("Segment")); INIT_STOCK_ICON(type_blinepoint,"type_blinepoint_icon."IMAGE_EXT,_("BLine Point")); - INIT_STOCK_ICON(type_list,"type_list_icon."IMAGE_EXT,_("Rename")); - INIT_STOCK_ICON(type_string,"type_string_icon."IMAGE_EXT,_("Rename")); - INIT_STOCK_ICON(type_canvas,"type_canvas_icon."IMAGE_EXT,_("Rename")); + INIT_STOCK_ICON(type_list,"type_list_icon."IMAGE_EXT,_("List")); + INIT_STOCK_ICON(type_string,"type_string_icon."IMAGE_EXT,_("String")); + INIT_STOCK_ICON(type_canvas,"type_canvas_icon."IMAGE_EXT,_("Canvas")); INIT_STOCK_ICON(type_gradient,"type_gradient_icon."IMAGE_EXT,_("Gradient")) INIT_STOCK_ICON(reset_colors,"reset_colors_icon."IMAGE_EXT,_("Reset Colors")); @@ -152,7 +152,7 @@ IconController::IconController(const synfig::String& /*basepath*/) INIT_STOCK_ICON(value_node,"valuenode_icon."IMAGE_EXT,_("ValueNode")); INIT_STOCK_ICON(about,"about_icon."IMAGE_EXT,_("About")); INIT_STOCK_ICON(rename,"rename_icon."IMAGE_EXT,_("Rename")); - INIT_STOCK_ICON(canvas,"canvas_icon."IMAGE_EXT,_("Rename")); + INIT_STOCK_ICON(canvas,"canvas_icon."IMAGE_EXT,_("Canvas")); INIT_STOCK_ICON(canvas_new,"canvas_icon."IMAGE_EXT,_("New Canvas")); INIT_STOCK_ICON(saveall,"saveall_icon."IMAGE_EXT,_("Save All")); ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
