From 9fce55e4bc10fa435dc1356040bd1a5cf8ebab03 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 26 Jun 2018 12:33:57 +0200 Subject: [PATCH] fix comment for ELLIPSIS_CHARACTER --- src/const.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/const.h b/src/const.h index f74cc93d..77f68b7d 100644 --- a/src/const.h +++ b/src/const.h @@ -85,8 +85,7 @@ // Character to show a left arrow, used when editing long strings. It's present in ::Gfx->System_font #define LEFT_TRIANGLE_CHARACTER 17 /// Character to display in menus for an ellipsis. -//#define ELLIPSIS_CHARACTER '…' -#define ELLIPSIS_CHARACTER '\x85' +#define ELLIPSIS_CHARACTER '\x85' // 3 dots : … / HTML entity : … #define NB_LAYERS 1 ///< Initial number of layers for a new image #define MAX_NB_FRAMES 999 ///< Maximum number of frames that can be used in a grafx2 animation. #define MAX_NB_LAYERS 16 ///< Maximum number of layers that can be used in grafx2. Note that 32 is upper limit because of a few bit fields.