Changeset 35
- Timestamp:
- 03/29/07 18:40:16 (2 years ago)
- Files:
-
- trunk/pyosg/osg/osg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pyosg/osg/osg.cpp
r34 r35 384 384 PyErr_Format( 385 385 PyExc_ImportError 386 , "PyOSG was compiled against OSG %d.%d but is OSG %s",386 , "PyOSG was compiled against OSG %d.%d but this is OSG %s", 387 387 OSG_VERSION_MAJOR, OSG_VERSION_MINOR, 388 388 osgGetVersion());
