[gcompris] minor: minor fix in memory activity to fix their reference to their mandatory audio file



commit e999244c68df197621b1148988d293f21e73510f
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Tue Dec 27 17:59:47 2011 +0100

    minor: minor fix in memory activity to fix their reference to their mandatory audio file
    
    Without this, a little audio error does appear at run time in the activity icon.

 src/memory_sound-activity/memory_sound.xml.in      |    2 +-
 .../memory_sound_tux.xml.in                        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/memory_sound-activity/memory_sound.xml.in b/src/memory_sound-activity/memory_sound.xml.in
index 10a402b..7cd87fd 100644
--- a/src/memory_sound-activity/memory_sound.xml.in
+++ b/src/memory_sound-activity/memory_sound.xml.in
@@ -7,7 +7,7 @@
 	 mode="sound"
 	 difficulty="1"
 	 icon="memory_sound.svg"
-	 mandatory_sound_file="sounds/memory/plick.ogg"
+	 mandatory_sound_file="memory/plick.ogg"
 	 author="Yves Combe (yves ycombe net)"
 	 boarddir=""
 	 demo="1">
diff --git a/src/memory_sound_tux-activity/memory_sound_tux.xml.in b/src/memory_sound_tux-activity/memory_sound_tux.xml.in
index e845029..cbead95 100644
--- a/src/memory_sound_tux-activity/memory_sound_tux.xml.in
+++ b/src/memory_sound_tux-activity/memory_sound_tux.xml.in
@@ -7,7 +7,7 @@
 	 mode="sound_tux"
 	 difficulty="2"
 	 icon="memory_sound_tux.svg"
-	 mandatory_sound_file="sounds/memory/plick.ogg"
+	 mandatory_sound_file="memory/plick.ogg"
 	 author="Yves Combe (yves ycombe net)"
 	 boarddir=""
 	 demo="1">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]