From: H.G. Muller Date: Sat, 11 Feb 2012 14:52:52 +0000 (+0100) Subject: Make -pgnNumberTag option setable from menu X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=134a2804bec204c21bceac7a5f99c71b59501370;p=xboard.git Make -pgnNumberTag option setable from menu The Save Options dialog now containes a checkbox for this. --- diff --git a/xoptions.c b/xoptions.c index eb64dce..3d220f1 100644 --- a/xoptions.c +++ b/xoptions.c @@ -641,6 +641,7 @@ Option saveOptions[] = { { 0, 0, 0, NULL, (void*) &appData.savePositionFile, ".fen", NULL, FileName, N_("Save Final Positions on File:") }, { 0, 0, 0, NULL, (void*) &appData.pgnEventHeader, "", NULL, TextBox, N_("PGN Event Header:") }, { 0, 0, 0, NULL, (void*) &appData.oldSaveStyle, "", NULL, CheckBox, N_("Old Save Style (as opposed to PGN)") }, +{ 0, 0, 0, NULL, (void*) &appData.numberTag, "", NULL, CheckBox, N_("Include Number Tag in tourney PGN") }, { 0, 0, 0, NULL, (void*) &appData.saveExtendedInfoInPGN, "", NULL, CheckBox, N_("Save Score/Depth Info in PGN") }, { 0, 0, 0, NULL, (void*) &appData.saveOutOfBookInfo, "", NULL, CheckBox, N_("Save Out-of-Book Info in PGN ") }, { 0, 1, 0, NULL, NULL, "", NULL, EndMark , "" }