X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwinboard.h;h=932ae6696590e4d429388e722dbda4ea5e35aedc;hb=3191ebfd542da1644e44baf91b6a315359aeefaa;hp=c183beea6a528c6ddf917d7e4e3f1454aa7bcda9;hpb=16484b4a6644a7321ce0e5ab13ec8d08356d467d;p=xboard.git diff --git a/winboard/winboard.h b/winboard/winboard.h index c183bee..932ae66 100644 --- a/winboard/winboard.h +++ b/winboard/winboard.h @@ -147,10 +147,10 @@ void SaveSettings(char* name); /* Positions of some menu items. Origin is zero and separator lines count. */ /* It's gross that these are needed. */ -#define ACTION_POS 2 /* Posn of "Action" on menu bar */ -#define OPTIONS_POS 4 /* Posn of "Options" on menu bar */ -#define ICS_POS 10 /* Posn of "ICS " on Options menu */ -#define SOUNDS_POS 12 /* Posn of "Sounds" on Options menu */ +#define ACTION_POS 4 /* Posn of "Action" on menu bar */ +#define OPTIONS_POS 6 /* Posn of "Options" on menu bar */ +#define ICS_POS 12 /* Posn of "ICS " on Options menu */ +#define SOUNDS_POS 11 /* Posn of "Sounds" on Options menu */ /* end grossness */ extern MyFont *font[NUM_SIZES][NUM_FONTS];