X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=94ff58aea487c7d1b0e9ec31065623443a9f4e8e;hb=828a3f3b12c8559a5b73f85f3094f4eddfe06b8b;hp=cf7b85a46d79812338f85dbfd801d0d0a24dc7fc;hpb=26ce8c65cece5e82b8d08d75b253061c9037b09d;p=xboard.git diff --git a/dialogs.c b/dialogs.c index cf7b85a..94ff58a 100644 --- a/dialogs.c +++ b/dialogs.c @@ -368,6 +368,7 @@ static Option generalOptions[] = { { 0, 0, 0, NULL, (void*) &appData.autoCallFlag, "", NULL, CheckBox, N_("Auto Flag") }, { 0, 0, 0, NULL, (void*) &appData.autoFlipView, "", NULL, CheckBox, N_("Auto Flip View") }, { 0, 0, 0, NULL, (void*) &appData.blindfold, "", NULL, CheckBox, N_("Blindfold") }, +/* TRANSLATORS: the drop menu is used to drop a piece, e.g. during bughouse or editing a position */ { 0, 0, 0, NULL, (void*) &appData.dropMenu, "", NULL, CheckBox, N_("Drop Menu") }, { 0, 0, 0, NULL, (void*) &appData.variations, "", NULL, CheckBox, N_("Enable Variation Trees") }, { 0, 0, 0, NULL, (void*) &appData.hideThinkingFromHuman, "", NULL, CheckBox, N_("Hide Thinking from Human") },