Changed the version strings to use OpenSceneGaph rather than "Open Scene Graph"

This commit is contained in:
Robert Osfield
2004-09-27 12:07:34 +00:00
parent 1068667b86
commit 7e5c87de6a
11 changed files with 11 additions and 11 deletions

View File

@@ -8,6 +8,6 @@ const char* osgGL2GetVersion()
const char* osgGL2GetLibraryName()
{
return "Open Scene Graph OpenGL Shading Language Library";
return "OpenSceneGraph OpenGL Shading Language Library";
}