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