1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:53:52 +00:00

Appended resources/ to the stylesheet path

This commit is contained in:
Pieter van der Kloet 2012-03-01 04:38:37 +01:00
parent c796c81d00
commit 5ffa3264b2

View file

@ -46,7 +46,7 @@ MainDialog::MainDialog()
setMinimumSize(QSize(575, 575)); setMinimumSize(QSize(575, 575));
// Load the stylesheet // Load the stylesheet
QString config = QString::fromStdString((mCfgMgr.getGlobalDataPath() / "launcher.qss").string()); QString config = QString::fromStdString((mCfgMgr.getGlobalDataPath() / "resources/launcher.qss").string());
QFile file(config); QFile file(config);
if (!file.exists()) { if (!file.exists()) {