Reversing back to the stable version of Roassal

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-09-25 10:57:36 +00:00
parent 9410b85456
commit bbbc0ed07c
1 changed files with 5 additions and 4 deletions

View File

@ -257,11 +257,12 @@ GrafoscopioBrowser class >> startDockingBar [
GrafoscopioBrowser class >> updateDocumentation [
"Updates documentation/manual from official repository"
| update fileLocation filePath client |
| update fileLocation filePath client docs |
update := (UIManager default
question: '¿Desea actualizar la documentación?'
title: '¿Actualizar documentación?').
title: '¿Actualizar documentación?').
update ifNotNil: [
docs := Dictionary new.
update
ifTrue: [
fileLocation := './Docs/Es/Manual/'.
@ -355,8 +356,8 @@ GrafoscopioBrowser class >> updatePrerrequisitesScript [
"Visualization library (which also makes main menu loadable)"
Gofer it
smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
configurationOf: 'Roassal2';
loadDevelopment.
configurationOf: 'Roassal2';
loadVersion: '1.15'.
"Support for the STON format used in file persistance for grafoscopio notebooks"
Gofer new