Use more consistent plugin names
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / mptr_openexr.cpp
index 14553d7..dc5c683 100644 (file)
@@ -50,7 +50,7 @@ using namespace etl;
 /* === G L O B A L S ======================================================= */
 
 SYNFIG_IMPORTER_INIT(exr_mptr);
-SYNFIG_IMPORTER_SET_NAME(exr_mptr,"exr_mptr");
+SYNFIG_IMPORTER_SET_NAME(exr_mptr,"openexr");
 SYNFIG_IMPORTER_SET_EXT(exr_mptr,"exr");
 SYNFIG_IMPORTER_SET_VERSION(exr_mptr,"0.1");
 SYNFIG_IMPORTER_SET_CVS_ID(exr_mptr,"$Id: mptr_openexr.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $");