2008-06-10 George Giolfan <georgegiolfan@yahoo.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / KeysInit.cs
index 9a1cce188fba337f5ece355995c8527811ebc7d2..72188e6daa7ed8cc08819f540c02394f3f92d698 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"),
@@ -370,6 +369,7 @@ namespace System.Windows.Forms.RTF {
                                        new KeyStruct(Major.PictAttr, Minor.WinMetafile, "wmetafile"),
                                        new KeyStruct(Major.PictAttr, Minor.DevIndBitmap, "dibitmap"),
                                        new KeyStruct(Major.PictAttr, Minor.WinBitmap, "wbitmap"),
+                                       new KeyStruct(Major.PictAttr, Minor.PngBlip, "pngblip"),
                                        new KeyStruct(Major.PictAttr, Minor.PixelBits, "wbmbitspixel"),
                                        new KeyStruct(Major.PictAttr, Minor.BitmapPlanes, "wbmplanes"),
                                        new KeyStruct(Major.PictAttr, Minor.BitmapWid, "wbmwidthbytes"),
@@ -391,6 +391,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 +717,4 @@ namespace System.Windows.Forms.RTF {
                        };
                }
        }
-}
\ No newline at end of file
+}