summaryrefslogtreecommitdiff
path: root/src/gui/widgets/browserbox.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-15 03:32:36 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-15 03:32:36 +0200
commit94f11a223e03c6845e7ce6e9fe67c0e9fa7061f4 (patch)
treef928dbd50f5f81db1935be1734d9903680798c48 /src/gui/widgets/browserbox.cpp
parent3805d1384894a33ecb09e4852d47afb04ddb0687 (diff)
downloadplus-94f11a223e03c6845e7ce6e9fe67c0e9fa7061f4.tar.gz
plus-94f11a223e03c6845e7ce6e9fe67c0e9fa7061f4.tar.bz2
plus-94f11a223e03c6845e7ce6e9fe67c0e9fa7061f4.tar.xz
plus-94f11a223e03c6845e7ce6e9fe67c0e9fa7061f4.zip
Replace in npc dialogs textbox to browserbox. This allow use links, colors, etc.
Diffstat (limited to 'src/gui/widgets/browserbox.cpp')
-rw-r--r--src/gui/widgets/browserbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp
index 3e3b9f07f..4a384d28a 100644
--- a/src/gui/widgets/browserbox.cpp
+++ b/src/gui/widgets/browserbox.cpp
@@ -40,6 +40,7 @@
BrowserBox::BrowserBox(unsigned int mode, bool opaque):
gcn::Widget(),
+ mLinkHandler(0),
mMode(mode), mHighMode(UNDERLINE | BACKGROUND),
mOpaque(opaque),
mUseLinksAndUserColors(true),