gcompris r3624 - in branches/GCOMPRIS_8_3: . src/boards/python/admin



Author: bcoudoin
Date: Thu Nov 20 22:41:39 2008
New Revision: 3624
URL: http://svn.gnome.org/viewvc/gcompris?rev=3624&view=rev

Log:
	* src/boards/python/admin/board_list.py : The select sound locale was broken
	  replaced sounds by voices/



Modified:
   branches/GCOMPRIS_8_3/ChangeLog
   branches/GCOMPRIS_8_3/src/boards/python/admin/board_list.py

Modified: branches/GCOMPRIS_8_3/src/boards/python/admin/board_list.py
==============================================================================
--- branches/GCOMPRIS_8_3/src/boards/python/admin/board_list.py	(original)
+++ branches/GCOMPRIS_8_3/src/boards/python/admin/board_list.py	Thu Nov 20 22:41:39 2008
@@ -670,7 +670,7 @@
 
     gcompris.combo_locales_asset( _("Select sound locale"),
                                   conf_locales,
-                                  "sounds/$LOCALE/colors/purple.ogg" )
+                                  "voices/$LOCALE/colors/purple.ogg" )
 
 
   def ok_callback(self, dict):



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