Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/geography.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-03-13 22:44:58 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-03-13 22:44:58 (GMT)
commit1e4b61b97cb1cb9d03988dd83a130df47831a28f (patch)
tree9fd36ba045f1a9c457401710e40aa678cb9c2ae6 /boards/geography.xml.in
parent5ba818bd1a670db31e0c701bebca3bc92e3b4aae (diff)
minor, removed resource definition
* boards/clickgame.xml.in: minor, removed resource definition * boards/menu.xml.in: * src/gcompris/gcompris.c: * boards/Makefile.am: splitted geography and geography_country * boards/geography.xml.in: * boards/geography/Makefile.am: * boards/geography/board10_0.xml.in: * boards/geography/board5_0.xml.in: * boards/geography/board6_0.xml.in: * boards/geography/board7_0.xml.in: * boards/geography/board8_0.xml.in: * boards/geography/board9_0.xml.in: * boards/geography/board9_1.xml.in: * boards/geography/board9_2.xml.in: * boards/geography_country/Makefile.am: * configure.in: * po/POTFILES.in: * boards/scalesboard.xml.in: fixed documentation * src/boards/scale.c: (scale_anim_plateau): fixed fuzzy plate by Miguel. * src/boards/shapegame.c: (item_event): fixed freeze in dragging in the tooltip by Miguel. svn path=/trunk/; revision=2513
Diffstat (limited to 'boards/geography.xml.in')
-rw-r--r--boards/geography.xml.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/boards/geography.xml.in b/boards/geography.xml.in
index 9c190a0..78e50e5 100644
--- a/boards/geography.xml.in
+++ b/boards/geography.xml.in
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
- name="geography"
- type="shapegame"
+ <Board
+ name="geography"
+ type="shapegame"
section="/discovery/miscelaneous"
- icon="boardicons/globe.png"
+ icon="boardicons/globe.png"
mandatory_sound_file="sounds/$LOCALE/geography/peru.ogg"
difficulty="2"
author="Jean-Philippe Ayanides (jp.ayanides@free.fr)"
@@ -12,7 +12,6 @@
<_title>Locate the countries</_title>
<_description>Drag and Drop the items to redraw the whole map</_description>
<_prerequisite>Mouse manipulation: movement, drag and drop</_prerequisite>
- <_credit>The map of Germany comes from Wikipedia and is released under the GNU Free Documentation License. Olaf Ronneberger and his children Lina and Julia Ronneberger created the German level.</_credit>
- <resource>geography</resource>
+ <_credit></_credit>
</Board>
</GCompris>