--- messages.h.org Sun May 25 12:56:20 2003 +++ messages.h Sun Feb 8 10:16:52 2004 @@ -46,4 +46,17 @@ #define MESSAGE_WELCOME " Welcome to ratpoison! Hit `%s %s' for help. " #define MESSAGE_FRAME_STRING " Current Frame " +#define MESSAGE_ONE_ARGUMENT_REQUIRED " one argument required " +#define MESSAGE_AT_LEAST_ONE_ARGUMENT " at least one argument required " +#define MESSAGE_TWO_ARGUMENTS_REQUIRED " two arguments required " +#define MESSAGE_AT_LEAST_TWO_ARGUMENTS " at least two arguments required " +#define MESSAGE_FOUR_ARGUMENTS_REQUIRED " four arguments required " +#define MESSAGE_TWO_NUMERIC_REQUIRED " two numeric arguments required " + +#define MESSAGE_ALIAS_RECURSION_MAX " alias recursion has exceeded maximum depth " +#define MESSAGE_INVALID_ARGUMENT " invalid argument " + +#define MESSAGE_CANNOT_RM_ONLY_FRAME " cannot remove only frame " +#define MESSAGE_CANNOT_FIND_GROUP " cannot find group " + #endif /* ! _RATPOISON_MESSAGES_H */