From ce3ff8fb780ac2a9e3dea23a550a5a77ebd2c91b Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 3 Jan 2007 11:58:36 +0000 Subject: [PATCH] the url can be any kind, not only browseable http svn path=/trunk/playground/graphics/okular/; revision=619426 --- core/link.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/link.cpp b/core/link.cpp index a41e35f3f..0f9a0e101 100644 --- a/core/link.cpp +++ b/core/link.cpp @@ -95,7 +95,7 @@ Link::LinkType LinkBrowse::linkType() const QString LinkBrowse::linkTip() const { - return i18n( "Browse '%1'...", m_url ); + return m_url; } QString LinkBrowse::url() const