/* * * (c) COPYRIGHT INRIA, 1996. * Please first read the full copyright statement in file COPYRIGHT. * */ #ifndef THOT_MSG_H #define THOT_MSG_H /* #define THOT 1 */ int indexTable ; /* indice de la table de messages param. retour de TtaGetMessageTable */ /*messages de l'application thot */ #define SCHEMA_DIRECTORIES 0 #define LIST 1 #define FILE_NAME 2 #define ABSTRACT_TREE 3 #define STATISTICS 4 #define ABSTRACT_IMAGE 5 #define MEMORY_OCCUPATION 6 #define BOXES 7 #define GLOBAL_LAYOUT 8 #define AUTOSAVE 9 #define NUMBER_OF_CHAR_BEFORE_SAVE 10 #define VIEWS_TO_PRINT 11 #define HELP 12 #define SPACES_MODE 13 #define VAL_CHARACTER 14 #define VAL_SPACE 15 #define OUTPUT_MODE 16 #define INVALID_SCH_PATH 17 #define ABOUT 18 #define CLOSE 19 #define ABOUT1 20 #define ABOUT2 21 #define ABOUT3 22 #define ABOUT4 23 #define ABOUT5 24 #define ABOUT6 25 #define ABOUT7 26 #define ABOUT8 27 #define THOT_MAX_MSG 28 #endif