blob: e33bf37620d488538eb5b4af48b66753e7a448b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# 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);
|