2016-05-26 Fred Gleason <fredg@paravelsystems.com>

* Documented the '--escape-string' switch in
	'docs/docbook/rdexport.xml'.
This commit is contained in:
Fred Gleason
2016-05-26 08:08:00 -04:00
parent 81a60f85d6
commit f2d831f86c
3 changed files with 24 additions and 1 deletions

View File

@@ -381,7 +381,6 @@ QString MainObject::SanitizePath(const QString &pathname) const
ret.replace(":",export_escape_string);
ret.replace("<",export_escape_string);
ret.replace(">",export_escape_string);
ret.replace(":",export_escape_string);
ret.replace("\"",export_escape_string);
ret.replace("\\",export_escape_string);
ret.replace("|",export_escape_string);