--- previous/src/includes/main.h 2018/04/24 19:25:57 1.1.1.2 +++ previous/src/includes/main.h 2018/04/24 19:30:32 1.1.1.4 @@ -10,8 +10,18 @@ /* Name and version for window title: */ -//#define PROG_NAME "Hatari devel (" __DATE__ ")" -#define PROG_NAME "Previous 0.1" +#define PROG_NAME "Previous 1.4" + +/* Messages for window title: */ +#ifdef _WIN32 +#define MOUSE_LOCK_MSG "Mouse is locked. Press right_ctrl-alt-m to release." +#elif __linux__ +#define MOUSE_LOCK_MSG "Mouse is locked. Press right_ctrl-alt-m to release." +#elif __APPLE__ +#define MOUSE_LOCK_MSG "Mouse is locked. Press ctrl-alt-m to release." +#else +#define MOUSE_LOCK_MSG "Mouse is locked. Press shortcut-m to release." +#endif #include "config.h"