aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/urls.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/urls.rb')
-rw-r--r--lib/sisu/v3dv/urls.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/urls.rb b/lib/sisu/v3dv/urls.rb
index 6d334295..39156dff 100644
--- a/lib/sisu/v3dv/urls.rb
+++ b/lib/sisu/v3dv/urls.rb
@@ -266,7 +266,7 @@ module SiSU_Urls
if x=~/^o/ \
and @opt.cmd=~/o/ \
and x=~/^[#{@opt.cmd}]/
- SiSU_Screen::Ansi.new(@opt.cmd,"-#{x}","#{@prog.text_editor} #{@env.processing_path.odf}/content.xml").maintenance #not implemented
+ SiSU_Screen::Ansi.new(@opt.cmd,"-#{x}","#{@prog.text_editor} #{@env.processing_path.odf}/#{@opt.fns}/odt/content.xml").maintenance
end
end
end