]> granicus.if.org Git - graphviz/commitdiff
Fix incorrect use of adjustment modes
authorerg <devnull@localhost>
Thu, 9 Jun 2005 15:09:16 +0000 (15:09 +0000)
committererg <devnull@localhost>
Thu, 9 Jun 2005 15:09:16 +0000 (15:09 +0000)
lib/neatogen/adjust.c

index 73ebc9938537d46f70da633c230e815ccf48ccab..d79e1b09ba45e63126f3b3827e21a1440d2ef9b3 100644 (file)
@@ -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}
 };