From dbe1294f640a7ab1328381a43f711043210842f5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Apr 2011 00:30:12 +0300 Subject: Add client version as special constant to help window. --- src/gui/widgets/browserbox.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/widgets/browserbox.h') diff --git a/src/gui/widgets/browserbox.h b/src/gui/widgets/browserbox.h index a21f6b926..a1939bc6d 100644 --- a/src/gui/widgets/browserbox.h +++ b/src/gui/widgets/browserbox.h @@ -175,6 +175,9 @@ class BrowserBox : public gcn::Widget, void setAlwaysUpdate(bool n) { mAlwaysUpdate = n; } + void setProcessVersion(bool n) + { mProcessVersion = n; } + private: int calcHeight(); @@ -201,6 +204,7 @@ class BrowserBox : public gcn::Widget, int mYStart; int mUpdateTime; bool mAlwaysUpdate; + bool mProcessVersion; }; #endif -- cgit v1.2.3-70-g09d2