em->AddTool(ID_MODE_SELECT,_("Select"),Bitmap(_("TOOL_MODE_SELECT")),wxNullBitmap,wxITEM_CHECK,_("Select (F5)"),_("Select and move parts of the symbol"));
em->AddTool(ID_MODE_ROTATE,_("Rotate"),Bitmap(_("TOOL_MODE_ROTATE")),wxNullBitmap,wxITEM_CHECK,_("Rotate (F6)"),_("Rotate and shear parts of the symbol"));
em->AddTool(ID_MODE_POINTS,_("Points"),Bitmap(_("TOOL_MODE_CURVE")),wxNullBitmap,wxITEM_CHECK,_("Points (F7)"),_("Edit control points for a shape in the symbol"));
em->AddTool(ID_MODE_SHAPES,_("Basic Shapes"),Bitmap(_("TOOL_CIRCLE")),wxNullBitmap,wxITEM_CHECK,_("Basic Shapes (F8)"),_("Draw basic shapes, such as rectangles and circles"));
em->AddTool(ID_MODE_PAINT,_("Paint"),Bitmap(_("TOOL_MODE_PAINT")),wxNullBitmap,wxITEM_CHECK,_("Paint on shape (F9)"),_("Paint on the shape using a paintbrush"));