From 0e197efe44db0371dcba395be41fe772dac02b01 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 17 May 2005 17:20:08 +0000 Subject: After much thought, I've decided that `Restart' on r is not a particularly useful keypress, particularly given how easy it is to confuse it with `Redo'. So both r and ^R are now Redo, and Restart is relegated to being a menu-only option. [originally from svn r5796] --- osx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osx.m') diff --git a/osx.m b/osx.m index 337748d..dfed94c 100644 --- a/osx.m +++ b/osx.m @@ -651,7 +651,7 @@ struct frontend { } - (void)restartGame:(id)sender { - [self processButton:'r' x:-1 y:-1]; + midend_restart_game(me); } - (void)undoMove:(id)sender { -- cgit v1.1