From ab0b6df9f69a736f79d2233508d8aa88b8e11800 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 21 Mar 2012 01:35:52 +0300 Subject: Fix copy to clipboard with links. --- src/gui/widgets/browserbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/widgets/browserbox.cpp b/src/gui/widgets/browserbox.cpp index 47c5616b6..b837b1eaf 100644 --- a/src/gui/widgets/browserbox.cpp +++ b/src/gui/widgets/browserbox.cpp @@ -668,7 +668,7 @@ std::string BrowserBox::getTextAtPos(const int x, const int y) continue; if (part.mY > textY) break; - str = part.mText; + str += part.mText; } return str; -- cgit v1.2.3-60-g2f50