Use more consistent plugin names
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / trgt_openexr.cpp
index 7b4bb04..e872d06 100644 (file)
@@ -47,7 +47,7 @@ using namespace etl;
 /* === G L O B A L S ======================================================= */
 
 SYNFIG_TARGET_INIT(exr_trgt);
-SYNFIG_TARGET_SET_NAME(exr_trgt,"exr_trgt");
+SYNFIG_TARGET_SET_NAME(exr_trgt,"openexr");
 SYNFIG_TARGET_SET_EXT(exr_trgt,"exr");
 SYNFIG_TARGET_SET_VERSION(exr_trgt,"1.0.4");
 SYNFIG_TARGET_SET_CVS_ID(exr_trgt,"$Id: trgt_openexr.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $");