From 7b1f7d3e01f0fbb3ff08ba1f20ab1c9f9d7db179 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 24 Dec 2006 15:56:47 +0000 Subject: HTML Help support for Puzzles, with the same kind of automatic fallback behaviour as PuTTY's support. [originally from svn r7009] --- twiddle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twiddle.c') diff --git a/twiddle.c b/twiddle.c index daf691c..6b89d3a 100644 --- a/twiddle.c +++ b/twiddle.c @@ -1181,7 +1181,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize) #endif const struct game thegame = { - "Twiddle", "games.twiddle", + "Twiddle", "games.twiddle", "twiddle", default_params, game_fetch_preset, decode_params, -- cgit v1.1