Removed RCS-style IDs.
[multipass-eu.git] / src / player-display-buttons.rb
index 6e55ea207cfb989185ed8dc797e3dd727d8a0fcf..5f21359ad3099e01e91b071811c5ce884bb00722 100644 (file)
@@ -1,9 +1,7 @@
-# $Id: player-display-buttons.rb 1 2005-04-19 09:41:42Z tilman $
-
 c = EDJE.collection("euphoria")
 root = c.part("player.normal.group.display")
 
-h = {"repeat" => [90, 10, "REPEAT_MDOE"],
+h = {"repeat" => [90, 10, "REPEAT_MODE"],
      "shuffle" => [109, 9, "SHUFFLE"],
      "crossfade" => [133, 9, "CROSSFADE"]}
 h.each do |name, (x, y, sig)|