X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=c4c1a03705924516558ac8c5651b7bd63bc13bf5;hp=69de2fb1fe4daa5bf43bbd1dc4136c05c6ebda22;hb=cf486cf229b9877afd8120830bece47d93c7e8d0;hpb=a530fc2b600da4e9247a0e0242dead246d824c68 diff --git a/src/uci.cpp b/src/uci.cpp index 69de2fb1..c4c1a037 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -124,7 +124,7 @@ namespace { } else if (token == "ucinewgame") { - push_button("Clear Hash"); + push_button("New Game"); Position::init_piece_square_tables(); RootPosition.from_fen(StartPosition); }