diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-10 10:58:21 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-10 10:58:21 +0300 |
commit | 9505054c58afccdadc6dcffcb17cd1dd92f8c16e (patch) | |
tree | 5c871e0c995d7bed7635c99465d6646dc672b6ea /src/gmdocument.h | |
parent | ea3853df206a9a41f11cc81611ac9af594c5f345 (diff) |
DocumentWidget: Check the MIME charset parameter
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index 7a0f21ee..0c6dd998 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -58,7 +58,8 @@ iDeclareClass(GmDocument) | |||
58 | iDeclareObjectConstruction(GmDocument) | 58 | iDeclareObjectConstruction(GmDocument) |
59 | 59 | ||
60 | enum iGmDocumentFormat { | 60 | enum iGmDocumentFormat { |
61 | gemini_GmDocumentFormat, | 61 | undefined_GmDocumentFormat = -1, |
62 | gemini_GmDocumentFormat = 0, | ||
62 | plainText_GmDocumentFormat, | 63 | plainText_GmDocumentFormat, |
63 | }; | 64 | }; |
64 | 65 | ||