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);