diff --git a/resources/.openlp/openlp.conf b/resources/.openlp/openlp.conf index ff25dae5a..189b27a17 100644 --- a/resources/.openlp/openlp.conf +++ b/resources/.openlp/openlp.conf @@ -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 diff --git a/resources/.openlp/openlp.conf_posix b/resources/.openlp/openlp.conf_posix index b54a240dc..821e6a060 100644 --- a/resources/.openlp/openlp.conf_posix +++ b/resources/.openlp/openlp.conf_posix @@ -1,5 +1,6 @@ [bible] suffix name = bible3 +db type = sqlite [main] themes path = themes @@ -7,7 +8,8 @@ data path = /home//.openlp/data [songs] file name = songs.sqlite -data path = songs +data path = songs +db type = sqlite [presentations] suffix name = ppt,pps,odi diff --git a/resources/.openlp/openlp.conf_win b/resources/.openlp/openlp.conf_win index a115602ed..e4dc08cc9 100644 --- a/resources/.openlp/openlp.conf_win +++ b/resources/.openlp/openlp.conf_win @@ -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\\\\Application Data\\.openlp\\d [songs] file name = songs.sqlite -data path = songs +data path = songs +db type = sqlite [presentations] suffix name = ppt,pps,odi