Updating menu simplified and integration of Grafoscopio a interface updates.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-03-14 17:47:36 +00:00
parent 1741d84242
commit d57f3e5606
1 changed files with 3 additions and 2 deletions

View File

@ -170,7 +170,6 @@ GrafoscopioBrowser class >> startDockingBar [
updateMenu
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;
add: 'Herramientas externas' target: GrafoscopioBrowser action: #messageNotImplementedYet;
add: 'Ruta a pandoc' target: GrafoscopioBrowser action: #configurePandoc;
@ -221,13 +220,15 @@ localRepository exists
{ #category : #'as yet unclassified' }
GrafoscopioBrowser class >> updateGrafoscopio [
"Updates Grafoscopio with new versions of itself take from the source code repository"
"Updates Grafoscopio with new versions of itself take from the source code repository and the User Interface"
Gofer new
smalltalkhubUser: 'Offray' project: 'Grafoscopio';
package: 'Grafoscopio';
load.
self updateUI.
]
{ #category : #'as yet unclassified' }