Fixed comment about canonical bitmap clipboard format.
This commit is contained in:
parent
d84e5a26be
commit
d97879b25c
|
@ -43,7 +43,7 @@ public:
|
|||
*/
|
||||
enum EFormat {
|
||||
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
|
||||
kNumFormats //!< The number of clipboard formats
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue