mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-24 12:17:26 +01:00
using respath to find help files
This commit is contained in:
parent
ce80d83e56
commit
c3d1865bde
@ -45,7 +45,7 @@ Help::Help(QWidget *parent, const QString &help_file, const QString &title) :
|
||||
|
||||
QFile f;
|
||||
QTextStream ts;
|
||||
f.setFileName(QString(RES_DIR) + "/help/" + help_file);
|
||||
f.setFileName(QString(respath.c_str()) + "/help/" + help_file);
|
||||
|
||||
if (f.exists())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user