]> git.llucax.com Git - z.facultad/75.52/treemulator.git/blobdiff - viewer/new_tree_dialog.cpp
Paso el block_data a BTree en lugar de Clave.
[z.facultad/75.52/treemulator.git] / viewer / new_tree_dialog.cpp
index 325bf84857044202ed220c1b8cccfef01020c8dd..d3dbf5cddf36a6bd6b397ae377a034a8b64d3bbd 100644 (file)
@@ -4,7 +4,7 @@
 
 NewTreeDialog::NewTreeDialog(): Gtk::Dialog ("Nuevo Arbol", true, true),
        fixed_key ("Clave Fija"), variable_key ("Clave Variable"),
 
 NewTreeDialog::NewTreeDialog(): Gtk::Dialog ("Nuevo Arbol", true, true),
        fixed_key ("Clave Fija"), variable_key ("Clave Variable"),
-       tree_ident ("Arbol de Indentificación"), tree_class ("Arbol de Clasificacion")
+       tree_ident ("Árbol de Indentificación"), tree_class ("Árbol de Clasificación")
 {
        table.attach (tree_ident, 0, 1, 0, 1);
        table.attach (tree_class, 1, 2, 0, 1);
 {
        table.attach (tree_ident, 0, 1, 0, 1);
        table.attach (tree_class, 1, 2, 0, 1);