Revert one of the i18n changes that causes a crash in studio. Thanks to dooglus for...
[synfig.git] / synfig-core / trunk / src / synfig / valuenode_composite.cpp
index 84203c0..859ff09 100644 (file)
@@ -298,9 +298,8 @@ ValueNode_Composite::link_local_name(int i)const
                                return _("Tangent 2");
 
                default:
-                       break;
+                       return etl::strprintf(_("C%d"),i+1);
        }
-       return etl::strprintf(_("C%d"),i+1);
 }