Changeset 9692 for OpenSceneGraph/trunk/examples/osggeodemo/osggeodemo.cpp
- Timestamp:
- 02/06/09 16:17:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osggeodemo/osggeodemo.cpp
r6941 r9692 111 111 if (!rootnode) 112 112 { 113 osg::notify(osg::NOTICE)<<"Please specify a ndgeo model filename on the command line."<<std::endl;113 osg::notify(osg::NOTICE)<<"Please specify a geo model filename on the command line."<<std::endl; 114 114 return 1; 115 115 }
