Some changes in the menu to test configurationOfGrafoscopio

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-03-02 18:43:54 +00:00
parent 652f1f6ef0
commit cf2682cda8
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ GrafoscopioBrowser class >> startDockingBar [
updateMenu
add: 'Grafoscopio' target: GrafoscopioBrowser selector: #updateGrafoscopio;
add: 'Paquete DataViz' target: GrafoscopioBrowser selector: #updateDataviz;
add: 'DataViz > Prerrequisitos' target: GrafoscopioBrowser selector: #messageNotImplementedYet;
add: 'Prerrequisitos' target: GrafoscopioBrowser selector: #updatePrerrequisites;
add: 'Documentación > Tutorial' target: GrafoscopioBrowser selector: #updateTutorial;
add: 'Documentación > Toda' target: GrafoscopioBrowser selector: #updateDocumentation;