diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gmdocument.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index e4ae03a8..e2832ae2 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -316,7 +316,7 @@ static void doLayout_GmDocument_(iGmDocument *d) { | |||
316 | static const float bottomMargin[max_GmLineType] = { | 316 | static const float bottomMargin[max_GmLineType] = { |
317 | 0.0f, 0.5f, 1.0f, 0.5f, 0.5f, 0.5f, 0.5f, 1.0f | 317 | 0.0f, 0.5f, 1.0f, 0.5f, 0.5f, 0.5f, 0.5f, 1.0f |
318 | }; | 318 | }; |
319 | static const char *arrow = "\u2192"; | 319 | static const char *arrow = "\u27a4"; // "\u2192"; |
320 | static const char *bullet = "\u2022"; | 320 | static const char *bullet = "\u2022"; |
321 | static const char *folder = "\U0001f4c1"; | 321 | static const char *folder = "\U0001f4c1"; |
322 | static const char *globe = "\U0001f310"; | 322 | static const char *globe = "\U0001f310"; |