Add WinHelp topic.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 4 Jul 2005 20:06:35 +0000 (20:06 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 4 Jul 2005 20:06:35 +0000 (20:06 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6056 cda61777-01e9-0310-a592-d414129be87e

pegs.c

diff --git a/pegs.c b/pegs.c
index 8672513..f3f07bb 100644 (file)
--- a/pegs.c
+++ b/pegs.c
@@ -1069,7 +1069,7 @@ static int game_timing_state(game_state *state)
 #endif
 
 const struct game thegame = {
-    "Pegs", NULL,
+    "Pegs", "games.pegs",
     default_params,
     game_fetch_preset,
     decode_params,