Updating dockbar to reflect the change in update documentation method.

This commit is contained in:
Ivan Pulido 2015-03-14 17:31:36 +00:00 committed by Offray Luna
parent 5090c2ec64
commit 1741d84242

View File

@ -168,7 +168,7 @@ GrafoscopioBrowser class >> startDockingBar [
updateMenu := MenuMorph new.
updateMenu
add: 'Documentación' target: GrafoscopioBrowser action: #messageNotImplementedYet;
add: 'Documentación' target: GrafoscopioBrowser action: #updateDocumentation;
add: 'Grafoscopio' target: GrafoscopioBrowser action: #updateGrafoscopio;
add: 'Interface Gráfica' target: GrafoscopioBrowser action: #updateUI;
add: 'Prerrequisitos' target: GrafoscopioBrowser action: #updatePrerrequisites;