Fixing launching problems.
This commit is contained in:
parent
266d5378a1
commit
ca421ae93f
@ -167,7 +167,7 @@ GrafoscopioBrowser class >> open [
|
||||
|
||||
{ #category : #'graphical interface' }
|
||||
GrafoscopioBrowser class >> openFromRecentlyUsed [
|
||||
"Tags the node passed as argument with a value from the collection of tags available"
|
||||
"Opens a recent notebooks list"
|
||||
| selection |
|
||||
|
||||
recentTrees isNil
|
||||
@ -242,7 +242,7 @@ GrafoscopioBrowser class >> startDockingBar [
|
||||
updateMenu := MenuMorph new.
|
||||
updateMenu
|
||||
add: 'Grafoscopio' target: GrafoscopioBrowser selector: #updateGrafoscopio;
|
||||
add: 'Galeria de proyectos' target: GrafoscopioBrowser selector: #updateDataviz
|
||||
add: 'Galeria de proyectos' target: GrafoscopioBrowser selector: #updateDataviz;
|
||||
add: 'Prerrequisitos' target: GrafoscopioBrowser selector: #updatePrerrequisites;
|
||||
add: 'Documentación > Tutorial' target: GrafoscopioBrowser selector: #updateDocumentationTemp;
|
||||
add: 'Documentación > Toda' target: GrafoscopioBrowser selector: #updateDocumentation;
|
||||
|
Loading…
Reference in New Issue
Block a user