From 23648d3bf920aeb1eca2882bea9da3a0ccdb4865 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Tue, 10 Mar 2015 18:00:21 +0000 Subject: [PATCH] Minor changes. --- repository/Grafoscopio/GrafoscopioBrowser.class.st | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repository/Grafoscopio/GrafoscopioBrowser.class.st b/repository/Grafoscopio/GrafoscopioBrowser.class.st index ed651f9..cff8648 100644 --- a/repository/Grafoscopio/GrafoscopioBrowser.class.st +++ b/repository/Grafoscopio/GrafoscopioBrowser.class.st @@ -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';