diff options
Diffstat (limited to 'packages/justreader/files')
-rw-r--r-- | packages/justreader/files/correct-settings-path.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/justreader/files/correct-settings-path.patch b/packages/justreader/files/correct-settings-path.patch deleted file mode 100644 index e33bf37620..0000000000 --- a/packages/justreader/files/correct-settings-path.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- TextReader2/qpex/config.cpp~correct-settings-path -+++ TextReader2/qpex/config.cpp -@@ -109,7 +109,7 @@ - case User: { - QString homeDirPath = QDir::homeDirPath(); - -- QDir dir = (homeDirPath + "/Choices/common"); -+ QDir dir = (homeDirPath + "/Settings"); - if ( !dir.exists() ) - #ifndef Q_OS_WIN32 - mkdir(dir.path().local8Bit(),0700); |