Changed the title of the ReaderWriter, removing the "Default" word as its no

longer appropriate.
This commit is contained in:
Robert Osfield
2003-02-27 08:38:53 +00:00
parent 57e73682ce
commit 4275a96d40

View File

@@ -313,7 +313,7 @@ static void RawImageGetData(rawImageRec *raw, unsigned char **data )
class ReaderWriterRGB : public osgDB::ReaderWriter
{
public:
virtual const char* className() { return "Default RGB Image Reader/Writer"; }
virtual const char* className() { return "RGB Image Reader/Writer"; }
virtual bool acceptsExtension(const std::string& extension)
{