summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index ec406a63..ad8616a3 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -30,6 +30,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
30#include "visited.h" 30#include "visited.h"
31#include "bookmarks.h" 31#include "bookmarks.h"
32#include "app.h" 32#include "app.h"
33#include "defs.h"
33 34
34#include <the_Foundation/ptrarray.h> 35#include <the_Foundation/ptrarray.h>
35#include <the_Foundation/regexp.h> 36#include <the_Foundation/regexp.h>
@@ -400,7 +401,7 @@ static void doLayout_GmDocument_(iGmDocument *d) {
400 static const float bottomMargin[max_GmLineType] = { 401 static const float bottomMargin[max_GmLineType] = {
401 0.0f, 0.333f, 1.0f, 0.5f, 0.5f, 0.5f, 0.5f, 0.25f 402 0.0f, 0.333f, 1.0f, 0.5f, 0.5f, 0.5f, 0.5f, 0.25f
402 }; 403 };
403 static const char *arrow = "\u27a4"; 404 static const char *arrow = rightArrowhead_Icon;
404 static const char *envelope = "\U0001f4e7"; 405 static const char *envelope = "\U0001f4e7";
405 static const char *bullet = "\u2022"; 406 static const char *bullet = "\u2022";
406 static const char *folder = "\U0001f4c1"; 407 static const char *folder = "\U0001f4c1";