diff options
Diffstat (limited to 'src/gui/widgets/browserbox.cpp')
-rw-r--r-- | src/gui/widgets/browserbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index c57a9bf4c..13de696e9 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -60,6 +60,7 @@ #include "resources/loaders/imageloader.h" #include "resources/loaders/imagesetloader.h" +#include "utils/browserboxtools.h" #include "utils/stringutils.h" #include "utils/timer.h" #include "utils/translation/podict.h" @@ -217,8 +218,7 @@ void BrowserBox::addRow(const std::string &row, const bool atTop) if (mProcessVars) { - tmp = replaceAll(tmp, "%VER%", SMALL_VERSION); - tmp = replaceAll(tmp, "%SUPPORTURL%", settings.supportUrl); + BrowserBoxTools::replaceVars(tmp); } // Use links and user defined colors |