Reversing back to the stable version of Roassal
This commit is contained in:
parent
9410b85456
commit
bbbc0ed07c
@ -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?').
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user