Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorAntoine van Gelder <antoine@g7.org.za>2007-10-30 20:45:00 (GMT)
committer Antoine van Gelder <antoine@g7.org.za>2007-10-30 20:45:00 (GMT)
commitf67a1150e9f23c8b23e83b10cc97b2a43d59215f (patch)
tree5243c8ba6ccce317cef66498699544973794286d /MANIFEST
parent9212845e255add6026000bddbe659f192e596687 (diff)
* Feature: If no sound set, play default sound: laugh_attack.au
* Fixed: Activity icon now adopts users color scheme * Fixed: Temp directory now rooted off activity.get_activity_root() * Fixed: Moved locale/ dir back to po/ * Fixed: Temp filenames now created using more secure tempfile.mkstemp() * i18n: Changed pot files to utf-8
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST10
1 files changed, 6 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 9baeaa2..672900b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,16 +10,17 @@
./i18n.py
./i18n_misc_strings.py
./resources/GameLogoCharacter.png
-./resources/image.png
./resources/audio.png
+./resources/image.png
+./resources/laugh_attack.au
./lessons/Introduction/default.abw
./lessons/Lesson 1/default.abw
./lessons/Lesson 2/default.abw
./lessons/Lesson 3/default.abw
./lessons/Lesson 4/default.abw
-./locale/JokeMachine.pot
-./locale/af/LC_MESSAGES/JokeMachine.mo
-./locale/af/LC_MESSAGES/JokeMachine.po
+./po/JokeMachine.pot
+./po/af/LC_MESSAGES/JokeMachine.mo
+./po/af/LC_MESSAGES/JokeMachine.po
./mesh/__init__.py
./mesh/activitysession.py
./pages/__init__.py
@@ -34,6 +35,7 @@
./persistence/jokebook.py
./persistence/jokemachinestate.py
./setup.py
+./tmp/.keep
./util/__init__.py
./util/audioplayer.py
./util/decorators.py