diff --git a/applications/present3D/present3D.cpp b/applications/present3D/present3D.cpp index 05e6475c2..4d2b186ac 100644 --- a/applications/present3D/present3D.cpp +++ b/applications/present3D/present3D.cpp @@ -627,7 +627,7 @@ int main( int argc, char **argv ) viewer.addEventHandler(peh.get()); // add the screen capture handler - std::string screenCaptureFilename = "screen_short.jpg"; + std::string screenCaptureFilename = "screen_shot.jpg"; while(arguments.read("--screenshot", screenCaptureFilename)) {} osg::ref_ptr writeFile = new osgViewer::ScreenCaptureHandler::WriteToFile( osgDB::getNameLessExtension(screenCaptureFilename),