X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=menus.c;h=cb695adb145deaf9f16f783ba8b7dd5d77b15c06;hb=ce2d2972671ea7eff9dbbe7028718bef4d837dfb;hp=ee661398626e8daac8edacddcb5cbadf2c3c14bf;hpb=5ec02fef40c35757bf05a91600ada714f0fb799b;p=xboard.git diff --git a/menus.c b/menus.c index ee66139..cb695ad 100644 --- a/menus.c +++ b/menus.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -362,7 +362,7 @@ AboutProc () snprintf(buf, sizeof(buf), _("%s%s\n\n" "Copyright 1991 Digital Equipment Corporation\n" -"Enhancements Copyright 1992-2013 Free Software Foundation\n" +"Enhancements Copyright 1992-2014 Free Software Foundation\n" "Enhancements Copyright 2005 Alessandro Scotti\n\n" "%s is free software and carries NO WARRANTY;" "see the file COPYING for more information.\n" @@ -580,8 +580,8 @@ CreateBookDelayed () MenuItem fileMenu[] = { {N_("New Game"), "n", "NewGame", ResetGameEvent}, - {N_("New Shuffle Game ..."), NULL, "NewShuffleGame", ShuffleMenuProc}, - {N_("New Variant ..."), "v", "NewVariant", NewVariantProc},// [HGM] variant: not functional yet + {N_("New Shuffle Game..."), NULL, "NewShuffleGame", ShuffleMenuProc}, + {N_("New Variant..."), "v", "NewVariant", NewVariantProc},// [HGM] variant: not functional yet {"----", NULL, NULL, NothingProc}, {N_("Load Game"), "o", "LoadGame", LoadGameProc, CHECK}, {N_("Load Position"), "o", "LoadPosition", LoadPositionProc}, @@ -681,11 +681,11 @@ MenuItem actionMenu[] = { }; MenuItem engineMenu[100] = { - {N_("Load New 1st Engine ..."), NULL, "LoadNew1stEngine", LoadEngine1Proc}, - {N_("Load New 2nd Engine ..."), NULL, "LoadNew2ndEngine", LoadEngine2Proc}, + {N_("Load New 1st Engine..."), NULL, "LoadNew1stEngine", LoadEngine1Proc}, + {N_("Load New 2nd Engine..."), NULL, "LoadNew2ndEngine", LoadEngine2Proc}, {"----", NULL, NULL, NothingProc}, - {N_("Engine #1 Settings ..."), NULL, "Engine#1Settings", FirstSettingsProc}, - {N_("Engine #2 Settings ..."), NULL, "Engine#2Settings", SecondSettingsProc}, + {N_("Engine #1 Settings..."), NULL, "Engine#1Settings", FirstSettingsProc}, + {N_("Engine #2 Settings..."), NULL, "Engine#2Settings", SecondSettingsProc}, {"----", NULL, NULL, NothingProc}, {N_("Hint"), NULL, "Hint", HintEvent}, {N_("Book"), NULL, "Book", BookEvent}, @@ -697,17 +697,17 @@ MenuItem engineMenu[100] = { MenuItem optionsMenu[] = { #ifdef OPTIONSDIALOG - {N_("General ..."), NULL, "General", OptionsProc}, + {N_("General..."), NULL, "General", OptionsProc}, #endif - {N_("Time Control ..."), "t", "TimeControl", TimeControlProc}, - {N_("Common Engine ..."), "u", "CommonEngine", UciMenuProc}, - {N_("Adjudications ..."), "j", "Adjudications", EngineMenuProc}, - {N_("ICS ..."), NULL, "ICS", IcsOptionsProc}, - {N_("Match ..."), NULL, "Match", MatchOptionsProc}, - {N_("Load Game ..."), NULL, "LoadGame", LoadOptionsProc}, - {N_("Save Game ..."), NULL, "SaveGame", SaveOptionsProc}, - {N_("Game List ..."), NULL, "GameList", GameListOptionsProc}, - {N_("Sounds ..."), NULL, "Sounds", SoundOptionsProc}, + {N_("Time Control..."), "t", "TimeControl", TimeControlProc}, + {N_("Common Engine..."), "u", "CommonEngine", UciMenuProc}, + {N_("Adjudications..."), "j", "Adjudications", EngineMenuProc}, + {N_("ICS..."), NULL, "ICS", IcsOptionsProc}, + {N_("Tournament..."), NULL, "Match", MatchOptionsProc}, + {N_("Load Game..."), NULL, "LoadGame", LoadOptionsProc}, + {N_("Save Game..."), NULL, "SaveGame", SaveOptionsProc}, + {N_("Game List..."), NULL, "GameList", GameListOptionsProc}, + {N_("Sounds..."), NULL, "Sounds", SoundOptionsProc}, {"----", NULL, NULL, NothingProc}, #ifndef OPTIONSDIALOG {N_("Always Queen"), "q", "AlwaysQueen", AlwaysQueenProc},