Changeset 5991 for OpenSceneGraph/trunk/examples/osgcamera/osgcamera.cpp
- Timestamp:
- 01/16/07 09:56:33 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcamera/osgcamera.cpp
r5989 r5991 120 120 if (!wsi) 121 121 { 122 osg::notify(osg::NOTICE)<<" View::setUpViewAcrossAllScreens() :Error, no WindowSystemInterface available, cannot create windows."<<std::endl;122 osg::notify(osg::NOTICE)<<"Error, no WindowSystemInterface available, cannot create windows."<<std::endl; 123 123 return; 124 124 } … … 171 171 if (!wsi) 172 172 { 173 osg::notify(osg::NOTICE)<<" View::setUpViewAcrossAllScreens() :Error, no WindowSystemInterface available, cannot create windows."<<std::endl;173 osg::notify(osg::NOTICE)<<"Error, no WindowSystemInterface available, cannot create windows."<<std::endl; 174 174 return; 175 175 }
