Set the description of some parameters
[synfig.git] / synfig-core / src / modules / lyr_std / supersample.cpp
index 608a242..e6d9a7d 100644 (file)
@@ -65,6 +65,8 @@ SuperSample::SuperSample():width(2),height(2)
 {
        scanline=false;
        alpha_aware=true;
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool
@@ -225,6 +227,7 @@ SuperSample::get_param_vocab(void)const
        );
        ret.push_back(ParamDesc("alpha_aware")
                .set_local_name(_("Be Alpha Safe"))
+               .set_description(_("Avoid alpha artifacts when checked"))
        );
 
        return ret;