X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=args.h;h=faaf63f3f49f70ba4488d4e7cab10b8974cd729f;hb=28c8627bf447437dc772045aec1ce7c0d18b7d5a;hp=2d1e8c38ea9733108ed8ae860048c15f3ecd073f;hpb=0a148f3e65ee71cbf233cf651584eb90b3a944f7;p=xboard.git diff --git a/args.h b/args.h index 2d1e8c3..faaf63f 100644 --- a/args.h +++ b/args.h @@ -316,8 +316,8 @@ ArgDescriptor argDescriptors[] = { { "popUpErrors", ArgBoolean, (void *) &appData.popupMoveErrors, FALSE, INVALID }, /* only so that old WinBoard.ini files from betas can be read */ { "clockFont", ArgFont, (void *) CLOCK_FONT, TRUE, INVALID }, - { "messageFont", ArgFont, (void *) MESSAGE_FONT, !XBOARD, INVALID }, - { "font", ArgFont, (void *) MESSAGE_FONT, XBOARD, INVALID }, + { "messageFont", ArgFont, (void *) MESSAGE_FONT, TRUE, INVALID }, + { "font", ArgFont, (void *) MESSAGE_FONT, FALSE, INVALID }, /* only so that old .xboardrc files will parse. -font does not work from the command line because it is captured by the X libraries. */ { "coordFont", ArgFont, (void *) COORD_FONT, TRUE, INVALID }, { "tagsFont", ArgFont, (void *) EDITTAGS_FONT, TRUE, INVALID }, { "commentFont", ArgFont, (void *) COMMENT_FONT, TRUE, INVALID },