summaryrefslogtreecommitdiff
path: root/utils/corestrings.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-01-08 17:16:42 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-01-08 17:16:42 +0000
commitfcaf43ddcc7906a96031dbdccfd565f47e54e37b (patch)
tree632c82e687aa78e098815aefcdaccb7c8241f503 /utils/corestrings.h
parentb1e0a711c798c48059c5d40835649c84e109d056 (diff)
downloadnetsurf-fcaf43ddcc7906a96031dbdccfd565f47e54e37b.tar.gz
netsurf-fcaf43ddcc7906a96031dbdccfd565f47e54e37b.tar.bz2
Add 'mailto' lwc corestring.
Diffstat (limited to 'utils/corestrings.h')
-rw-r--r--utils/corestrings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/corestrings.h b/utils/corestrings.h
index 4913e73ae..280098b2f 100644
--- a/utils/corestrings.h
+++ b/utils/corestrings.h
@@ -84,6 +84,7 @@ extern lwc_string *corestring_lwc_justify;
extern lwc_string *corestring_lwc_left;
extern lwc_string *corestring_lwc_li;
extern lwc_string *corestring_lwc_link;
+extern lwc_string *corestring_lwc_mailto;
extern lwc_string *corestring_lwc_meta;
extern lwc_string *corestring_lwc_middle;
extern lwc_string *corestring_lwc_multipart_form_data; /* multipart/form-data */