#
# HELP: SYNOPSIS:
# HELP:     colotux/menu/saveall
# HELP:
# HELP: DESCRIPTION:
# HELP:     Save a snapshot of all 6 windows.
#

VIEW_SET XY_Big
RECORDSNAP
IF ${$root.rc!=0} GOTO errorout
! threeplane/views_recordsnap
VIEW_SET Main
RECORDSNAP
IF ${$root.rc!=0} GOTO errorout
VIEW_SET Outside
RECORDSNAP
IF ${$root.rc!=0} GOTO errorout

QUIT

:errorout
! generic/info/show_error ${$root.rc}
QUIT
