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.