From: erg Date: Wed, 1 Jul 2009 17:59:07 +0000 (+0000) Subject: Fix problem by which the scalexy mode for overlap was not found X-Git-Tag: LAST_LIBGRAPH~32^2~1858 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1edd86afe207dbc67845f6ada23a4cb638ba9fc3;p=graphviz Fix problem by which the scalexy mode for overlap was not found --- diff --git a/lib/neatogen/adjust.c b/lib/neatogen/adjust.c index c7610ac8d..a9d2fd0d6 100644 --- a/lib/neatogen/adjust.c +++ b/lib/neatogen/adjust.c @@ -909,8 +909,8 @@ static lookup_t adjustMode[] = { ITEM(AM_NONE, "", "none"), ITEM(AM_VOR, "", "Voronoi"), ITEM(AM_SCALE, "oscale", "old scaling"), - ITEM(AM_NSCALE, "scale", "scaling"), ITEM(AM_SCALEXY, "scalexy", "x and y scaling"), + ITEM(AM_NSCALE, "scale", "scaling"), ITEM(AM_ORTHO, "ortho", "orthogonal constraints"), ITEM(AM_ORTHO_YX, "ortho_yx", "orthogonal constraints"), ITEM(AM_ORTHOXY, "orthoxy", "xy orthogonal constraints"),