summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-09-24 18:59:42 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-09-24 18:59:42 +0300
commit286a707693f3ac4695279291482a7f142863b452 (patch)
treefbb6d63c65f6b89bc8e6ba7f6126e6dc8d759759 /src/defs.h
parent53f0596cfd6060cd63cc8e6f92f981672da97ee2 (diff)
GmDocument: Image link icon
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index f199fd2b..a81d57f1 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -157,6 +157,7 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) {
157#define undo_Icon "\u23ea" 157#define undo_Icon "\u23ea"
158#define select_Icon "\u2b1a" 158#define select_Icon "\u2b1a"
159#define downAngle_Icon "\ufe40" 159#define downAngle_Icon "\ufe40"
160#define photo_Icon "\U0001f5bb"
160 161
161#if defined (iPlatformApple) 162#if defined (iPlatformApple)
162# define shift_Icon "\u21e7" 163# define shift_Icon "\u21e7"