updateMenu: Simpler names and fewer options.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-03-26 11:50:26 +00:00 committed by SantiagoBragagnolo
parent 4b8e94e297
commit 61f34f995a
1 changed files with 2 additions and 2 deletions

View File

@ -319,9 +319,9 @@ GrafoscopioBrowser class >> startDockingBar [
updateMenu := MenuMorph new.
updateMenu
add: 'Grafoscopio' target: GrafoscopioBrowser selector: #updateGrafoscopio;
add: 'Documentación' target: GrafoscopioBrowser selector: #updateDocumentation;
add: 'Paquete DataViz' target: GrafoscopioBrowser selector: #updateDataviz;
add: 'Documentación > Toda' target: GrafoscopioBrowser selector: #updateDocumentation;
add: 'Herramientas externas' target: GrafoscopioBrowser selector: #messageNotImplementedYet;
add: 'Base de datos' target: ExternalApp selector: #installSQLite32Bits;
add: 'Ruta a pandoc' target: ExternalApp selector: #configurePandoc;
add: 'Ruta a fossil' target: ExternalApp selector: #configureFossil;
add: 'Todo el sistema' target: GrafoscopioBrowser selector: #updateSystem.