# ZooImage menu
# by Ph. Grosjean, 2005-2012 <phgrosjean@sciviews.org>

# 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()
