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

@@ -20,5 +20,5 @@ const char* osgDBGetVersion()
const char* osgDBGetLibraryName()
{
return "Open Scene Graph DB (data base) Library";
return "OpenSceneGraph DB (data base) Library";
}