~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to boards/redraw_symmetrical.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<GCompris>
3
 
  <Board
4
 
         name="redraw_symmetrical"
5
 
         type="python:redraw"
6
 
         section="/math/geometry"
7
 
         mode="symmetrical"
8
 
         difficulty="4"
9
 
         icon="boardicons/redraw_symmetry.svg"
10
 
         author="Bruno Coudoin (bruno.coudoin@free.fr)"
11
 
         boarddir="">
12
 
         <_title>Mirror the given item</_title>
13
 
         <_description>Copy the mirror image of an object from the box on the right into the box on the left.</_description>
14
 
        <_prerequisite></_prerequisite>
15
 
         <_goal>Copy the mirror image of an object from the box on the right into the box on the left.</_goal>
16
 
        <_manual>First, select the proper tool from the toolbar. Then drag the mouse to create objects. When you are done, click on the OK button. A little red cross will show you where something isn't right yet. The order of objects (above/under) is not important but be careful not to end up with unwanted objects under others.</_manual>
17
 
  </Board>
18
 
</GCompris>