summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-17 19:45:33 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-17 19:45:33 +0300
commitf529e9d67a8b5c6e47895ea30d0e00eb28768233 (patch)
tree8e1bb419bbfe64118e4fbc99c071e2086c77fa8c /src/gmdocument.c
parent2cff7b47486f8dcf7030626cb926d8c69ba0f655 (diff)
Mobile: About page
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 4e92c89c..97c7b41b 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -500,7 +500,7 @@ static void doLayout_GmDocument_(iGmDocument *d) {
500 0.0f, 0.25f, 1.0f, 0.5f, 1.5f, 0.5f, 0.5f, 0.25f 500 0.0f, 0.25f, 1.0f, 0.5f, 1.5f, 0.5f, 0.5f, 0.25f
501 }; 501 };
502 static const char *arrow = rightArrowhead_Icon; 502 static const char *arrow = rightArrowhead_Icon;
503 static const char *envelope = "\U0001f4e7"; 503 static const char *envelope = envelope_Icon;
504 static const char *bullet = "\u2022"; 504 static const char *bullet = "\u2022";
505 static const char *folder = "\U0001f4c1"; 505 static const char *folder = "\U0001f4c1";
506 static const char *globe = globe_Icon; 506 static const char *globe = globe_Icon;