From: simon Date: Fri, 20 May 2005 12:30:37 +0000 (+0000) Subject: Move IDM_ABOUT so that it doesn't overlap the presets space! Ahem. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/fa7515b24c236292e00aa998f540721f027169a1 Move IDM_ABOUT so that it doesn't overlap the presets space! Ahem. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5814 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windows.c b/windows.c index 45ec69c..baa9998 100644 --- a/windows.c +++ b/windows.c @@ -35,8 +35,8 @@ #define IDM_SEED 0x00A0 #define IDM_HELPC 0x00B0 #define IDM_GAMEHELP 0x00C0 +#define IDM_ABOUT 0x00D0 #define IDM_PRESETS 0x0100 -#define IDM_ABOUT 0x0110 #define HELP_FILE_NAME "puzzles.hlp" #define HELP_CNT_NAME "puzzles.cnt"