Reorder clipboard format #2909

This commit is contained in:
Jerry (Xinyu Hou)
2015-12-02 10:30:20 -08:00
committed by Xinyu Hou
parent 4344b16a20
commit 89eb64a0aa

View File

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