view en/figs/undo-manual.dot @ 759:f7add9f718a8

Update Chinese translation
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue, 31 Mar 2009 10:02:16 +0800
parents bebd5ff7fe7f
children
line wrap: on
line source

digraph undo_manual {
	"first change" -> "second change";
	"second change" -> "third change";
	backout [label="back out\nsecond change", shape=box];
	"second change" -> backout;
}