diff --git a/include/osgViewer/View b/include/osgViewer/View index f6fa669e3..3e9b174bd 100644 --- a/include/osgViewer/View +++ b/include/osgViewer/View @@ -246,7 +246,7 @@ class OSGVIEWER_EXPORT View : public osg::View, public osgGA::GUIActionAdapter const ViewConfig* getLastAppliedViewConfig() const { return _lastAppliedViewConfig.get(); } - /** deprecated, use view.apply(new osgViewer::AcrossAllWindows()). */ + /** deprecated, use view.apply(new osgViewer::AcrossAlScreens()). */ void setUpViewAcrossAllScreens(); /** deprecated, use view.apply(new osgViewer::SingleWindow(x,y,width,screenNum)). */