updateMenu: Simpler names and fewer options.
This commit is contained in:
parent
09656266a4
commit
d433a8a414
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user