hgbook

view es/undo-simple.dot @ 473:1b8b19825994

finished translation of assigned chapters to ikks
author Igor Támara <igor@tamarapatino.org>
date Thu Jan 01 20:08:49 2009 -0500 (2009-01-01)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }