chiark / gitweb /
HTML Help support for Puzzles, with the same kind of automatic
[sgt-puzzles.git] / rect.c
diff --git a/rect.c b/rect.c
index 1b232ae82067e3cfde469504dea17987114587fd..e73db7df21b545971510a0458d88b8a58080052b 100644 (file)
--- a/rect.c
+++ b/rect.c
@@ -2836,7 +2836,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Rectangles", "games.rectangles",
+    "Rectangles", "games.rectangles", "rectangles",
     default_params,
     game_fetch_preset,
     decode_params,