1
0
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:
Vadim Kurland 2008-08-02 20:54:27 +00:00
parent ce80d83e56
commit c3d1865bde

View File

@ -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())
{