From: Dave Stubbs Date: Wed, 21 Apr 2010 09:58:31 +0000 (+0000) Subject: fix circularise undo action (still doesn't undo adding the nodes) X-Git-Tag: 0.5~485 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/3fa08bb4a164aa670a2d68df5c73bb1b4ece8ec9 fix circularise undo action (still doesn't undo adding the nodes) --- diff --git a/net/systemeD/potlatch2/tools/Circularise.as b/net/systemeD/potlatch2/tools/Circularise.as index 38a83f39..2e6150b9 100644 --- a/net/systemeD/potlatch2/tools/Circularise.as +++ b/net/systemeD/potlatch2/tools/Circularise.as @@ -41,7 +41,7 @@ package net.systemeD.potlatch2.tools { d=d/way.length; - var action:CompositeUndoableAction = new CompositeUndoableAction("Straighten"); + var action:CompositeUndoableAction = new CompositeUndoableAction("Circularise"); // Move each node for (i=0; i