From b5270894ce86a7f6f7c58812fee2cfdfed07ff45 Mon Sep 17 00:00:00 2001 From: dockes Date: Wed, 28 Jan 2009 14:58:50 +0000 Subject: [PATCH] dont encode urls used for starting help browser --- src/qtgui/rclmain_w.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp index 1cc9a346..6f179bec 100644 --- a/src/qtgui/rclmain_w.cpp +++ b/src/qtgui/rclmain_w.cpp @@ -939,7 +939,7 @@ void RclMain::startNativeViewer(Rcl::Doc doc) string url; rclconfig->setKeyDir(path_getfather(fn)); if (doc.ipath.empty() || wantsipath) { - url = url_encode(doc.url, 7); + url = doc.url; } else { // There is an ipath and the command does not know about // them. We need a temp file.