New test.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / KeysInit.cs
index 9a1cce188fba337f5ece355995c8527811ebc7d2..a1005eb7b8506db2343a5fa5fc4ac470a4c4d087 100644 (file)
@@ -83,7 +83,6 @@ namespace System.Windows.Forms.RTF {
                                        new KeyStruct(Major.SpecialChar, Minor.NoBrkSpace, "~"),
                                        new KeyStruct(Major.SpecialChar, Minor.NoReqHyphen, "-"),
                                        new KeyStruct(Major.SpecialChar, Minor.NoBrkHyphen, "_"),
-                                       new KeyStruct(Major.SpecialChar, Minor.OptDest, "*"),
                                        new KeyStruct(Major.SpecialChar, Minor.LTRMark, "ltrmark"),
                                        new KeyStruct(Major.SpecialChar, Minor.RTLMark, "rtlmark"),
                                        new KeyStruct(Major.SpecialChar, Minor.NoWidthJoiner, "zwj"),
@@ -391,6 +390,7 @@ namespace System.Windows.Forms.RTF {
                                        new KeyStruct(Major.PictAttr, Minor.PicBinary, "bin"),
                                        new KeyStruct(Major.NeXTGrAttr, Minor.NeXTGWidth, "width"),
                                        new KeyStruct(Major.NeXTGrAttr, Minor.NeXTGHeight, "height"),
+                                       new KeyStruct(Major.Destination, Minor.OptDest, "*"),
                                        new KeyStruct(Major.Destination, Minor.FontTbl, "fonttbl"),
                                        new KeyStruct(Major.Destination, Minor.FontAltName, "falt"),
                                        new KeyStruct(Major.Destination, Minor.EmbeddedFont, "fonteb"),
@@ -716,4 +716,4 @@ namespace System.Windows.Forms.RTF {
                        };
                }
        }
-}
\ No newline at end of file
+}