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 f87bc23e3..3128cbd61 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -97,7 +97,7 @@ BrowserBox::BrowserBox(const Widget2 *const widget, mUseLinksAndUserColors(true), mUseEmotes(true), mAlwaysUpdate(true), - mProcessVersion(false), + mProcessVars(false), mEnableImages(false), mEnableKeys(false), mEnableTabs(false) @@ -271,7 +271,7 @@ void BrowserBox::addRow(const std::string &row, const bool atTop) newRow = row; } - if (mProcessVersion) + if (mProcessVars) newRow = replaceAll(newRow, "%VER%", SMALL_VERSION); if (mEnableTabs) |