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

View File

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