Minor changes.
This commit is contained in:
parent
4cfec7232f
commit
23648d3bf9
@ -539,6 +539,7 @@ GrafoscopioBrowser >> configureInitialTags [
|
||||
tagsAvailable := OrderedCollection new.
|
||||
tagsAvailable
|
||||
add: 'código';
|
||||
add: 'ejercicio';
|
||||
add: 'invisible';
|
||||
add: 'obra';
|
||||
add: 'original';
|
||||
@ -1121,8 +1122,8 @@ GrafoscopioBrowser >> treeOn: constructor [
|
||||
act: [GrafoscopioBrowser open] entitled: 'Nuevo ...' categorized: 'Arbol';
|
||||
act: [GrafoscopioBrowser new openFromFileSelector] entitled: 'Abrir/Cargar ...' categorized: 'Arbol';
|
||||
act: [self saveToFile] entitled: 'Guardar como ...' categorized: 'Arbol';
|
||||
act: [self exportAsHtml] entitled: 'Exportar como HTML' categorized: 'Arbol';
|
||||
act: [self exportAsPdf] entitled: 'Exportar como PDF (requiere LaTeX)' categorized: 'Arbol';
|
||||
act: [self saveWorkingTree; exportAsHtml] entitled: 'Exportar como HTML' categorized: 'Arbol';
|
||||
act: [self saveWorkingTree; exportAsPdf] entitled: 'Exportar como PDF (requiere LaTeX)' categorized: 'Arbol';
|
||||
act: [self messageNotImplementedYet] entitled: 'Ver HTML' categorized: 'Arbol';
|
||||
act: [self messageNotImplementedYet] entitled: 'Ver PDF' categorized: 'Arbol';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user