summaryrefslogtreecommitdiff
path: root/src/gmutil.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-17 16:52:35 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-17 16:52:35 +0300
commitd7bd8ee9a9b057d3cc1b75881668e1a6362b646a (patch)
tree97cb320194dbd63154dc825861a97de7a776a289 /src/gmutil.c
parent65778911126ed14d2c194c167f7a899fd4dafb14 (diff)
DocumentWidget: Saving the source to a file
"Save Page" now writes the current page's source to the Downloads folder as a file.
Diffstat (limited to 'src/gmutil.c')
-rw-r--r--src/gmutil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gmutil.c b/src/gmutil.c
index b2c7e93f..f55729d1 100644
--- a/src/gmutil.c
+++ b/src/gmutil.c
@@ -215,8 +215,7 @@ static const struct {
215 { unsupportedMimeType_GmStatusCode, 215 { unsupportedMimeType_GmStatusCode,
216 { 0x1f47d, /* alien */ 216 { 0x1f47d, /* alien */
217 "Unsupported MIME Type", 217 "Unsupported MIME Type",
218 "The received content is in an unsupported format and cannot be viewed with " 218 "The received content cannot be viewed with this application." } },
219 "this application." } },
220 { invalidHeader_GmStatusCode, 219 { invalidHeader_GmStatusCode,
221 { 0x1f4a9, /* pile of poo */ 220 { 0x1f4a9, /* pile of poo */
222 "Invalid Header", 221 "Invalid Header",