Put the three example layers in the 'Example' group in the 'new layer' menu.
[synfig.git] / synfig-core / trunk / src / modules / example / simplecircle.cpp
index aecc935..e2eb896 100644 (file)
@@ -54,7 +54,7 @@ using namespace synfig;
 SYNFIG_LAYER_INIT(SimpleCircle);
 SYNFIG_LAYER_SET_NAME(SimpleCircle,"simple_circle");
 SYNFIG_LAYER_SET_LOCAL_NAME(SimpleCircle,N_("Simple Circle"));
-SYNFIG_LAYER_SET_CATEGORY(SimpleCircle,CATEGORY_DO_NOT_USE);
+SYNFIG_LAYER_SET_CATEGORY(SimpleCircle,N_("Example"));
 SYNFIG_LAYER_SET_VERSION(SimpleCircle,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(SimpleCircle,"$Id$");