Hi All,
        NorthEast was going South due to some missing commas, here's a patch.

Cheers,
Tim.
Index: libs/Parse.c
===================================================================
RCS file: /u/phippst/share/cvsroot/fvwm/libs/Parse.c,v
retrieving revision 1.7
diff -u -r1.7 Parse.c
--- libs/Parse.c        2002/03/11 09:52:13     1.7
+++ libs/Parse.c        2002/03/13 11:30:20
@@ -783,9 +783,9 @@
                "E",  "East",      "Right",       "Right",
                "S",  "South",     "Bottom",      "Down",
                "W",  "West",      "Left",        "Left",
-               "NE", "NorthEast", "TopRight"     "UpRight",
+               "NE", "NorthEast", "TopRight",    "UpRight",
                "SE", "SouthEast", "BottomRight", "DownRight",
-               "SW", "SouthWest", "BottomLeft"   "DownLeft",
+               "SW", "SouthWest", "BottomLeft",  "DownLeft",
                "NW", "NorthWest", "TopLeft",     "UpLeft",
                NULL
        };

Reply via email to