hgbook

annotate es/undo-simple.dot @ 333:04c08ad7e92e

Translated svgs dummy .tex towards building
author Igor TAmara <igor@tamarapatino.org>
date Sat Oct 18 07:48:21 2008 -0500 (2008-10-18)
parents
children 0aa96b0ffb65
rev   line source
igor@325 1 digraph undo_simple {
igor@325 2 "primer cambio" -> "segundo cambio";
igor@325 3 "segundo cambio" -> "volver\nsegundo cambio";
igor@325 4 }