summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 11:05:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 11:05:09 +0300
commitfb38f92c3a5c29c568575df87f0c29e777ebd969 (patch)
tree496a4077ce900e1d7b77cd7d0288220aebb8dd4e /src/gmdocument.h
parentd1db016ac75720c6a89904c9a14e6112352b5d59 (diff)
Improving alt text animation; cleaned up key shortcut labels
Remove extra Plus signs from key shortcuts.
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 14c5c85d..ce148164 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -213,3 +213,5 @@ const iString * title_GmDocument (const iGmDocument *);
213iChar siteIcon_GmDocument (const iGmDocument *); 213iChar siteIcon_GmDocument (const iGmDocument *);
214const iGmPreMeta *preMeta_GmDocument (const iGmDocument *, uint16_t preId); 214const iGmPreMeta *preMeta_GmDocument (const iGmDocument *, uint16_t preId);
215iInt2 preRunMargin_GmDocument (const iGmDocument *, uint16_t preId); 215iInt2 preRunMargin_GmDocument (const iGmDocument *, uint16_t preId);
216iBool preIsFolded_GmDocument (const iGmDocument *, uint16_t preId);
217iBool preHasAltText_GmDocument(const iGmDocument *, uint16_t preId);