From d4c9ecf370dfa60108b8b6e91c16f575d2254330 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 6 Dec 2012 11:36:35 +0000 Subject: [PATCH] Fixed typo --- applications/present3D/present3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),