view en/images/undo-simple.dot @ 740:8b73656f95c9

Update file location in po files
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue, 17 Mar 2009 10:47:54 +0800
parents 0e3d8f66bbb7
children
line wrap: on
line source

digraph undo_simple {
	"first change" -> "second change";
	"second change" -> "back out\nsecond change";
}