Print_current_directory(): use ELLIPSIS_CHARACTER instead of ...

This commit is contained in:
Thomas Bernard
2018-02-12 14:29:06 +01:00
parent 9a03a54fef
commit de8379aab8
2 changed files with 10 additions and 8 deletions

View File

@@ -79,7 +79,8 @@
// 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 '…'
#define ELLIPSIS_CHARACTER '\x85'
#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.