diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-05-20 12:30:37 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-05-20 12:30:37 +0000 |
| commit | 5810785da10a802feab5bd0964fc9751505c304a (patch) | |
| tree | ffca1300e3e9f1aa97865d8ef1f0fa6bf5a98766 | |
| parent | 93b955d5ee3d2ba7f36b1b6f7c17d06f1d7497a4 (diff) | |
| download | puzzles-5810785da10a802feab5bd0964fc9751505c304a.zip puzzles-5810785da10a802feab5bd0964fc9751505c304a.tar.gz puzzles-5810785da10a802feab5bd0964fc9751505c304a.tar.bz2 puzzles-5810785da10a802feab5bd0964fc9751505c304a.tar.xz | |
Move IDM_ABOUT so that it doesn't overlap the presets space! Ahem.
[originally from svn r5814]
| -rw-r--r-- | windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |