|
From: Yoda-JM <yo...@us...> - 2009-10-21 07:49:06
|
Module: performous Branch: master Commit: 6bd76fa509e0c20bee895d8e4cb1a709e7af89a9 Author: Vincent Le Ligeour <yo...@us...> Date: Wed Oct 21 09:48:29 2009 +0200 Changed default user share directory --- data/performous.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/data/performous.xml b/data/performous.xml index aa7cca9..1c2810e 100644 --- a/data/performous.xml +++ b/data/performous.xml @@ -222,7 +222,7 @@ </locale> </entry> <entry name="system/path_share" type="string_list"> - <stringvalue>~/.local/share</stringvalue> + <stringvalue>~/.local/share/performous</stringvalue> <stringvalue>../share</stringvalue><!-- For Windows where the program is started in bin/ --> <stringvalue>~/.performous/share</stringvalue> <locale name="C"> |