Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/redraw.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-12-21 16:08:39 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-12-21 16:08:39 (GMT)
commitd115230da8fcf7cec2625f59716b196522bb6f7a (patch)
treed8a3410e8cb90072704e0c7889fd169f3129f951 /boards/redraw.xml.in
parentdbaed2f5fe31cc82fc1559461792009d8830f50e (diff)
boards/Makefile.am: added redraw_symmetrical
boards/melody.xml.in: created boards/redraw.xml.in: minor fix boards/redraw_symmetrical.xml.in: created docs/C/gcompris.texi: updated development process docs/C/python.html: updated development process docs/fr/gcompris.texi: updated development process po/POTFILES.in: added redraw_symmetrical src/boards/python/redraw.py: added support for symmetrical mode src/gcompris/bonus.h: indent fix src/gcompris/images_selector.c: (item_event_imageset_selector): fixed bad cast (gcc warning) src/gcompris/properties.c: (gcompris_properties_new): fixed core dump when no LANG ENV var are set
Diffstat (limited to 'boards/redraw.xml.in')
-rw-r--r--boards/redraw.xml.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/boards/redraw.xml.in b/boards/redraw.xml.in
index 6690427..c2333d6 100644
--- a/boards/redraw.xml.in
+++ b/boards/redraw.xml.in
@@ -4,12 +4,14 @@
name="redraw"
type="pythonboard"
section="/fun/."
+ mode="normal"
difficulty="3"
icon="boardicons/redraw.png"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
- boarddir="watercycle">
+ boarddir="">
<_title>Redraw the given item</_title>
- <_description></_description>
+ <_description>At each level, a drawing is displayed in the right area.
+You must redraw it in the left area.</_description>
<_prerequisite></_prerequisite>
<_goal>At each level, a drawing is displayed in the right area.
You must redraw it in the left area.</_goal>