In the Windows frontend, stop tab navigation from activating buttons.
[sgt/puzzles] / untangle.c
index ed672e4..18b4aca 100644 (file)
@@ -1425,7 +1425,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Untangle", "games.untangle",
+    "Untangle", "games.untangle", "untangle",
     default_params,
     game_fetch_preset,
     decode_params,