Index: OpenSceneGraph/trunk/examples/osgwidgetwindow/osgwidgetwindow.cpp
===================================================================
--- OpenSceneGraph/trunk/examples/osgwidgetwindow/osgwidgetwindow.cpp (revision 12292)
+++ OpenSceneGraph/trunk/examples/osgwidgetwindow/osgwidgetwindow.cpp (revision 12529)
@@ -158,6 +158,5 @@
 
     // Here we demonstrate the use of osgWidget/io_utils. This is really only useful for
-    // debugging at the moment, but later I'll make it more generic for .osg and .ive
-    // creation.
+    // debugging at the moment.
     // std::cout << *box << std::endl << *boxCopy << std::endl;
 
@@ -170,5 +169,5 @@
     osg::Group*  group  = new osg::Group();
     osg::Camera* camera = osgWidget::createOrthoCamera(1280.0f, 1024.0f);
-    osg::Node*   model  = osgDB::readNodeFile("cow.osg");
+    osg::Node*   model  = osgDB::readNodeFile("cow.osgt");
 
     // Add our event handler; is this better as a MatrixManipulator? Add a few other
