diff --git a/src/osgPlugins/osgParticle/IO_FluidProgram.cpp b/src/osgPlugins/osgParticle/IO_FluidProgram.cpp index 473156515..9deda848b 100644 --- a/src/osgPlugins/osgParticle/IO_FluidProgram.cpp +++ b/src/osgPlugins/osgParticle/IO_FluidProgram.cpp @@ -18,7 +18,7 @@ osgDB::RegisterDotOsgWrapperProxy FluidProgram_Proxy ( new osgParticle::FluidProgram, "FluidProgram", - "Object Node ParticleProcessor Program FluidProgram", + "Object Node ParticleProcessor osgParticle::Program FluidProgram", FluidProgram_readLocalData, FluidProgram_writeLocalData ); diff --git a/src/osgPlugins/osgParticle/IO_ModularProgram.cpp b/src/osgPlugins/osgParticle/IO_ModularProgram.cpp index a23c81d13..43e727eb1 100644 --- a/src/osgPlugins/osgParticle/IO_ModularProgram.cpp +++ b/src/osgPlugins/osgParticle/IO_ModularProgram.cpp @@ -15,7 +15,7 @@ osgDB::RegisterDotOsgWrapperProxy ModularProgram_Proxy ( new osgParticle::ModularProgram, "ModularProgram", - "Object Node ParticleProcessor Program ModularProgram", + "Object Node ParticleProcessor osgParticle::Program ModularProgram", ModularProgram_readLocalData, ModularProgram_writeLocalData ); diff --git a/src/osgPlugins/osgParticle/IO_Program.cpp b/src/osgPlugins/osgParticle/IO_Program.cpp index f60afa788..543fd1151 100644 --- a/src/osgPlugins/osgParticle/IO_Program.cpp +++ b/src/osgPlugins/osgParticle/IO_Program.cpp @@ -11,8 +11,8 @@ bool IOProgram_writeLocalData(const osg::Object &obj, osgDB::Output &fw); osgDB::RegisterDotOsgWrapperProxy g_IOProgramProxy ( 0, - "Program", - "Object Node ParticleProcessor Program", + "osgParicle::Program", + "Object Node ParticleProcessor osgParicle::Program", IOProgram_readLocalData, IOProgram_writeLocalData );