summaryrefslogtreecommitdiffhomepage
path: root/csv/csv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'csv/csv.cpp')
-rw-r--r--csv/csv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/csv/csv.cpp b/csv/csv.cpp
index 1c4a3bb1..c3805ae7 100644
--- a/csv/csv.cpp
+++ b/csv/csv.cpp
@@ -98,8 +98,8 @@ bool CSV::getGameData(int id, unsigned char* table, QString& gamename)
QString id_str(QString::number(id));
- static const QString csv_path(QCoreApplication::applicationDirPath() +
- QString(OPENTRACK_LIBRARY_PATH) +
+ static const QString csv_path(OPENTRACK_BASE_PATH +
+ OPENTRACK_DOC_PATH +
QString("settings/facetracknoir supported games.csv"));
QFile file(csv_path);