Fix issue in unused mod_ffmpeg importer security fixes; read from the ffmpeg output...
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / blur.cpp
index 3f22b9c..db8b637 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file mod_filter/blur.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Blur" layer
 **
 **     $Id$
 **
@@ -63,8 +63,8 @@ using namespace std;
 
 SYNFIG_LAYER_INIT(Blur_Layer);
 SYNFIG_LAYER_SET_NAME(Blur_Layer,"blur");
-SYNFIG_LAYER_SET_LOCAL_NAME(Blur_Layer,_("Blur"));
-SYNFIG_LAYER_SET_CATEGORY(Blur_Layer,_("Blurs"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Blur_Layer,N_("Blur"));
+SYNFIG_LAYER_SET_CATEGORY(Blur_Layer,N_("Blurs"));
 SYNFIG_LAYER_SET_VERSION(Blur_Layer,"0.2");
 SYNFIG_LAYER_SET_CVS_ID(Blur_Layer,"$Id$");