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,5 +8,5 @@ const char* osgTextGetVersion()
const char* osgTextGetLibraryName()
{
return "Open Scene Graph Text Library";
return "OpenSceneGraph Text Library";
}