forked from openlp/openlp
Fix config files
bzr-revno: 300
This commit is contained in:
parent
557114fd7f
commit
9ec2097450
@ -1,11 +1,13 @@
|
||||
[bible]
|
||||
suffix name = bible3
|
||||
db type = sqlite
|
||||
|
||||
[main]
|
||||
themes path = themes
|
||||
data path = /home/raoul/.openlp/data
|
||||
|
||||
[songs]
|
||||
db type = sqlite
|
||||
file name = songs.sqlite
|
||||
data path = songs
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
[bible]
|
||||
suffix name = bible3
|
||||
db type = sqlite
|
||||
|
||||
[main]
|
||||
themes path = themes
|
||||
@ -7,7 +8,8 @@ data path = /home/<username>/.openlp/data
|
||||
|
||||
[songs]
|
||||
file name = songs.sqlite
|
||||
data path = songs
|
||||
data path = songs
|
||||
db type = sqlite
|
||||
|
||||
[presentations]
|
||||
suffix name = ppt,pps,odi
|
||||
|
@ -1,5 +1,6 @@
|
||||
[bible]
|
||||
suffix name = bible3
|
||||
db type = sqlite
|
||||
|
||||
[main]
|
||||
themes path = themes
|
||||
@ -7,7 +8,8 @@ data path = c:\\Documents and Settings\\<username>\\Application Data\\.openlp\\d
|
||||
|
||||
[songs]
|
||||
file name = songs.sqlite
|
||||
data path = songs
|
||||
data path = songs
|
||||
db type = sqlite
|
||||
|
||||
[presentations]
|
||||
suffix name = ppt,pps,odi
|
||||
|
Loading…
Reference in New Issue
Block a user