|
From: Tapio V. <aa...@us...> - 2009-12-08 22:47:26
|
Module: performous Branch: master Commit: bf912c05c0dee8aa7fb20bd14d0b2bd365009f16 Author: Tapio Vierros <tap...@gm...> Date: Wed Dec 9 00:10:41 2009 +0200 Added ~/.performous/songs/ to search path. (As there already is ~/.performous/backgrounds) --- data/schema.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/data/schema.xml b/data/schema.xml index 60fcd55..ab7edca 100644 --- a/data/schema.xml +++ b/data/schema.xml @@ -216,6 +216,7 @@ to save the current settings to XML. <stringvalue>/usr/share/games/ultrastar/songs/</stringvalue> <stringvalue>/usr/share/games/fretsonfire/data/songs/</stringvalue> <stringvalue>../songs/</stringvalue><!-- For Windows where the program is started in bin/ --> + <stringvalue>~/.performous/songs/</stringvalue> <stringvalue>~/.ultrastar/songs/</stringvalue> <stringvalue>~/.fretsonfire/songs/</stringvalue> <locale name="C"> |