dont encode urls used for starting help browser

This commit is contained in:
dockes 2009-01-28 14:58:50 +00:00
parent 9e906602ce
commit b5270894ce

View File

@ -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.