mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 08:29:32 +02:00
using respath to find help files
This commit is contained in:
+1
-1
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user