Fixed comment about canonical bitmap clipboard format.

This commit is contained in:
crs 2004-05-02 16:00:45 +00:00
parent d84e5a26be
commit d97879b25c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public:
*/ */
enum EFormat { enum EFormat {
kText, //!< Text format, UTF-8, newline is LF kText, //!< Text format, UTF-8, newline is LF
kBitmap, //!< Bitmap format, BMP 24/32bpp, BI_RGB/BI_BITFIELDS kBitmap, //!< Bitmap format, BMP 24/32bpp, BI_RGB
kHTML, //!< HTML format, HTML fragment, UTF-8, newline is LF kHTML, //!< HTML format, HTML fragment, UTF-8, newline is LF
kNumFormats //!< The number of clipboard formats kNumFormats //!< The number of clipboard formats
}; };