## ZooImage menu
## Copyright (c) 2004-2015, Ph. Grosjean <phgrosjean@sciviews.org>
##
## This file is part of ZooImage
## 
## ZooImage is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 2 of the License, or
## (at your option) any later version.
## 
## ZooImage is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
## 
## You should have received a copy of the GNU General Public License
## along with ZooImage. If not, see <http://www.gnu.org/licenses/>.


# Add menus to the RGui console (Windows only)
$ConsoleMain
|$ZooImage
||Assistant...							~~ ZIDlg()
||-
||Exit ZooImage							~~ exitZI()
||About ...							~~ aboutZI(graphical = TRUE)

# Add menu to the RGui console popup (Windows only)
$ConsolePopup
|$ZooImage
||Asssitant...							~~ ZIDlg()
