X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=ffaad6d587c399512dc533ec24d42e554563d23d;hb=485413c12eae2b04aa319089a276a20155aabcb0;hp=4aa6478289c05f348488dde5c376b6afb0a2953a;hpb=3b7462ef71c6d6c841bd2f19cafb5679b9841a44;p=xboard.git diff --git a/dialogs.c b/dialogs.c index 4aa6478..ffaad6d 100644 --- a/dialogs.c +++ b/dialogs.c @@ -655,6 +655,7 @@ LoadOptionsProc () static Option saveOptions[] = { { 0, 0, 0, NULL, (void*) &appData.autoSaveGames, "", NULL, CheckBox, N_("Auto-Save Games") }, +{ 0, 0, 0, NULL, (void*) &appData.onlyOwn, "", NULL, CheckBox, N_("Own Games Only") }, { 0, 0, 0, NULL, (void*) &appData.saveGameFile, ".pgn", NULL, FileName, N_("Save Games on File:") }, { 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:") },