chiark / gitweb /
Rename the docs section for Rectangles.
[sgt-puzzles.git] / rect.c
diff --git a/rect.c b/rect.c
index fa3a7869703e7cd7a94974ecb035a114313860cd..2f603cbd3fe231cd2fd54b26cb3b058f92f3042a 100644 (file)
--- a/rect.c
+++ b/rect.c
@@ -2960,7 +2960,7 @@ static void game_print(drawing *dr, const game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Rectangles", "games.rectangles", "rectangles",
+    "Rectangles", "games.rectangles", "rect",
     default_params,
     game_fetch_preset,
     decode_params,