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