Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/chronos
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-08-30 21:57:25 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-08-30 21:57:25 (GMT)
commite0007eed163beadbf780242e0dd2476aba36e2ba (patch)
tree20683bf463c68514e954e16af1c30494b2db4e94 /boards/chronos
parent1d59efa512a554a4081257dbb4e22c61c13b65ce (diff)
Thanks to Ronny Standtke for these bug reports.
* Thanks to Ronny Standtke for these bug reports. * boards/chronos/board4_3.xml.in: removed hardcoded translations * boards/doubleentry/board3_0.xml.in: fixed call to audio voices. FIXME: works only with LATIN country. * src/boards/python/algorithm.py: Fixed the skip of a level after the call to the help. * src/boards/shapegame.c: (shapegame_init_canvas), (find_closest_shape), (item_event_drag): fixed, it was missing a X offset coming from the box of shapes on the left. It was mostly visible in the doubleentry activity where it was not easy to spot the target. svn path=/trunk/; revision=2915
Diffstat (limited to 'boards/chronos')
-rw-r--r--boards/chronos/board4_3.xml.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/boards/chronos/board4_3.xml.in b/boards/chronos/board4_3.xml.in
index 8058a36..e608062 100644
--- a/boards/chronos/board4_3.xml.in
+++ b/boards/chronos/board4_3.xml.in
@@ -2,11 +2,6 @@
<ShapeGame>
<Title y="50" x="150" justification="GTK_JUSTIFY_CENTER">
<_name>Cars</_name>
- <name xml:lang="de">Die Automobil</name>
- <name xml:lang="es">L' automóvil</name>
- <name xml:lang="it">La macchina</name>
- <name xml:lang="nl">De auto</name>
- <name xml:lang="fr">L'automobile</name>
</Title>
<Shape zoomy="1" zoomx="1" y="276" x="233" position="0" pixmapfile="chronos/images/renault1899.png" name="G"/>
<Title y="399" x="233" justification="GTK_JUSTIFY_CENTER">
@@ -20,4 +15,4 @@
<Title y="490" x="580" justification="GTK_JUSTIFY_CENTER">
<_name>1955 Citroën ds 19</_name>
</Title>
-</ShapeGame> \ No newline at end of file
+</ShapeGame>