- Timestamp:
- 02/06/09 16:17:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmemorytest/osgmemorytest.cpp
r9459 r9692 82 82 else 83 83 { 84 std::cerr<<"Error: Unable to create graphi s context, problem with running osgViewer-"<<osgViewerGetVersion()<<", cannot create windows/pbuffers."<<std::endl;84 std::cerr<<"Error: Unable to create graphics context, problem with running osgViewer-"<<osgViewerGetVersion()<<", cannot create windows/pbuffers."<<std::endl; 85 85 86 86 if (_pbuffer) throw "Failed to create PixelBuffer"; … … 407 407 if (glMemoryTests.empty()) 408 408 { 409 std::cout<<"No ttests specified, please specify test using the command line options below."<<std::endl<<std::endl;409 std::cout<<"No tests specified, please specify test using the command line options below."<<std::endl<<std::endl; 410 410 411 411 arguments.getApplicationUsage()->write(std::cout,osg::ApplicationUsage::COMMAND_LINE_OPTION);
