From 45a7623b4d6c40f08ce4121e4a5a79459f4fa47d Mon Sep 17 00:00:00 2001 From: Nat Date: Thu, 20 Sep 2007 17:12:52 +0000 Subject: Removed sounds, now in projects/tamtam-library --- (limited to 'common/Config.py') diff --git a/common/Config.py b/common/Config.py index 8a8e5ea..d907f73 100644 --- a/common/Config.py +++ b/common/Config.py @@ -24,10 +24,7 @@ print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT #PATHS -if os.path.isdir('/usr/share/activities/TamTamEdit.activity/Resources/Sounds'): - SOUNDS_DIR = "/usr/share/activities/TamTamEdit.activity/Resources/Sounds" -else: - SOUNDS_DIR = TAM_TAM_ROOT + "/common/Resources/Sounds" +SOUNDS_DIR = TAM_TAM_ROOT + "/usr/share/tamtam/Sounds" FILES_DIR = TAM_TAM_ROOT + "/common/Resources" TUNE_DIR='/' SYNTH_DIR='/' @@ -380,7 +377,7 @@ UNLOAD_TABLES_COMMAND = \ ################# LANGUAGE = 'En' -IMAGE_ROOT = TAM_TAM_ROOT + '/common/Resources/Images/' +IMAGE_ROOT = TAM_TAM_ROOT + '/usr/share/tamtam/Images/' MAIN_WINDOW_PADDING = 5 BG_COLOR = '#404040' -- cgit v0.9.1