Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-04-10 22:28:27 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-04-10 22:28:27 (GMT)
commitc82cdc58bacd893b4906247f86c54f722656d540 (patch)
treec778b0e21aa15e72a5ff1e8f593de6a916c08d4b /boards/connect4.xml.in
parent3c129ea2e83c40d795a15eb1df25eaeaddcbadba (diff)
By Yves and Bruno. Added 2 options to allow gcompris to be used with an external
directory containing a complete independant activity. For e.g. gcompris -L /home/user/myboard => add the activities in this dir to gcompris gcompris -l /reading => run gcompris directly in the reading activity set
Diffstat (limited to 'boards/connect4.xml.in')
-rw-r--r--boards/connect4.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/connect4.xml.in b/boards/connect4.xml.in
index 6939aa4..c1d3814 100644
--- a/boards/connect4.xml.in
+++ b/boards/connect4.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board type="python:connect4" section="/boards/."
- name="connect4" icon="boardicons/python.png"
+ name="connect4" icon="boardicons/connect4.png"
difficulty="2" boarddir="connect4"
author="Laurent Lacheny (laurent.lacheny@wanadoo.fr)">
<_title>Connect 4</_title>
@@ -11,4 +11,4 @@
<_manual>Click anywhere in the line in which you want to drop a piece</_manual>
<_credit>Laurent Lacheny. Images and Artificial Intelligence taken from project 4stattack by Jeroen Vloothuis. The original project can be found on http://forcedattack.sourceforge.net</_credit>
</Board>
-</GCompris> \ No newline at end of file
+</GCompris>