In Windows/Gtk front-ends, consistently use the ellipsis convention for naming
[sgt/puzzles] / tents.c
diff --git a/tents.c b/tents.c
index afed169..e5e8c6f 100644 (file)
--- a/tents.c
+++ b/tents.c
@@ -2053,7 +2053,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Tents", "games.tents",
+    "Tents", "games.tents", "tents",
     default_params,
     game_fetch_preset,
     decode_params,