From a3beebb0a5b900d70e44b96e4679621dc9fd95f5 Mon Sep 17 00:00:00 2001 From: José Ávila Date: Sun, 3 Jul 2005 02:52:20 +0000 Subject: Fix bug in showing links and user defined colors in chat box --- src/gui/browserbox.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gui/browserbox.h') diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h index 45f5b25f..81771289 100644 --- a/src/gui/browserbox.h +++ b/src/gui/browserbox.h @@ -66,6 +66,11 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener */ void setHighlightMode(unsigned int highMode); + /** + * Disable links & user defined colors to be used in chat input. + */ + void disableLinksAndUserColors(); + /** * Adds a text row to the browser. */ @@ -138,6 +143,7 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener unsigned int mMode; unsigned int mHighMode; bool mOpaque; + bool mUseLinksAndUserColors; int mSelectedLink; static int instances; /**< Number of Window instances */ -- cgit v1.2.3-70-g09d2