summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/defs.h b/src/defs.h
index 0da404bf..ff68e7e5 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -42,6 +42,8 @@ enum iFileVersion {
42 42
43/* Icons */ 43/* Icons */
44 44
45#define rightArrowhead_Icon "\u27a4"
46#define leftArrowhead_Icon "\u27a4"
45#define warning_Icon "\u26a0" 47#define warning_Icon "\u26a0"
46#define openLock_Icon "\U0001f513" 48#define openLock_Icon "\U0001f513"
47#define closedLock_Icon "\U0001f512" 49#define closedLock_Icon "\U0001f512"
@@ -62,12 +64,13 @@ enum iFileVersion {
62#define whiteStar_Icon "\u2606" 64#define whiteStar_Icon "\u2606"
63#define person_Icon "\U0001f464" 65#define person_Icon "\U0001f464"
64#define download_Icon "\u2ba7" 66#define download_Icon "\u2ba7"
67#define export_Icon "\U0001f4e4"
65#define hourglass_Icon "\u231b" 68#define hourglass_Icon "\u231b"
66#define timer_Icon "\u23f2" 69#define timer_Icon "\u23f2"
67#define home_Icon "\U0001f3e0" 70#define home_Icon "\U0001f3e0"
68#define edit_Icon "\u270e" 71#define edit_Icon "\u270e"
69#define delete_Icon "\u232b" 72#define delete_Icon "\u232b"
70#define copy_Icon "\u2bba" 73#define copy_Icon "\u2398" //"\u2bba"
71#define check_Icon "\u2714" 74#define check_Icon "\u2714"
72#define ballotCheck_Icon "\U0001f5f9" 75#define ballotCheck_Icon "\U0001f5f9"
73#define inbox_Icon "\U0001f4e5" 76#define inbox_Icon "\U0001f4e5"
@@ -97,7 +100,7 @@ enum iFileVersion {
97#define globe_Icon "\U0001f310" 100#define globe_Icon "\U0001f310"
98#define magnifyingGlass_Icon "\U0001f50d" 101#define magnifyingGlass_Icon "\U0001f50d"
99#define midEllipsis_Icon "\u00b7\u00b7\u00b7" 102#define midEllipsis_Icon "\u00b7\u00b7\u00b7"
100#define return_Icon "\u21a9" 103#define return_Icon "\u23ce"
101 104
102#if defined (iPlatformApple) 105#if defined (iPlatformApple)
103# define shift_Icon "\u21e7" 106# define shift_Icon "\u21e7"