From 24c827d377e936fbf1401eb97920c0e1d48eccdf Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 9 Jun 2005 15:09:16 +0000 Subject: [PATCH] Fix incorrect use of adjustment modes --- lib/neatogen/adjust.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/neatogen/adjust.c b/lib/neatogen/adjust.c index 73ebc9938..d79e1b09b 100644 --- a/lib/neatogen/adjust.c +++ b/lib/neatogen/adjust.c @@ -695,10 +695,10 @@ static adjust_data adjustMode[] = { {AM_ORTHO_YX, "ortho_yx", "orthogonal constraints"}, {AM_ORTHOXY, "orthoxy", "xy orthogonal constraints"}, {AM_ORTHOYX, "orthoyx", "yx orthogonal constraints"}, - {AM_ORTHO, "portho", "pseudo-orthogonal constraints"}, - {AM_ORTHO_YX, "portho_yx", "pseudo-orthogonal constraints"}, - {AM_ORTHOXY, "porthoxy", "xy pseudo-orthogonal constraints"}, - {AM_ORTHOYX, "porthoyx", "yx pseudo-orthogonal constraints"}, + {AM_PORTHO, "portho", "pseudo-orthogonal constraints"}, + {AM_PORTHO_YX, "portho_yx", "pseudo-orthogonal constraints"}, + {AM_PORTHOXY, "porthoxy", "xy pseudo-orthogonal constraints"}, + {AM_PORTHOYX, "porthoyx", "yx pseudo-orthogonal constraints"}, {AM_COMPRESS, "compress", "compress"}, {AM_NONE, 0, 0} }; -- 2.40.0