Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-09-22 08:30:05 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-09-22 08:30:05 (GMT)
commitf631450e2196d49f35052c1b63a3e73b87a4f977 (patch)
tree319642e8b5b91fc87298546869cf87c2f9b47b3e
parente09521db631a48ecb7a35fe3077f9c6a0ee29d68 (diff)
fixed board namesR1_2_0
-rw-r--r--boards/chess_computer.xml.in4
-rw-r--r--boards/chess_movelearn.xml.in4
-rw-r--r--boards/chess_partyend.xml.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/boards/chess_computer.xml.in b/boards/chess_computer.xml.in
index 7e18e2e..4c469af 100644
--- a/boards/chess_computer.xml.in
+++ b/boards/chess_computer.xml.in
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
- name="chess"
+ name="chess_computer"
type="chess"
mode="computer"
icon="boardicons/chess_computer.png"
- difficulty="1"
+ difficulty="2"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
<_title>Learning chess</_title>
diff --git a/boards/chess_movelearn.xml.in b/boards/chess_movelearn.xml.in
index bf909f5..a0a2159 100644
--- a/boards/chess_movelearn.xml.in
+++ b/boards/chess_movelearn.xml.in
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
- name="chess"
+ name="chess_movelearn"
type="chess"
mode="movelearn"
icon="boardicons/chess_movelearn.png"
- difficulty="1"
+ difficulty="2"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
<_title>Learning chess</_title>
diff --git a/boards/chess_partyend.xml.in b/boards/chess_partyend.xml.in
index c3d1448..a1df3a1 100644
--- a/boards/chess_partyend.xml.in
+++ b/boards/chess_partyend.xml.in
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
- name="chess"
+ name="chess_partyend"
type="chess"
mode="partyend"
icon="boardicons/chess_partyend.png"
- difficulty="1"
+ difficulty="2"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
<_title>Learning chess</_title>