diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v3/urls.rb | 2 | ||||
-rw-r--r-- | lib/sisu/v3dv/urls.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v3/urls.rb b/lib/sisu/v3/urls.rb index b188187a..a2385376 100644 --- a/lib/sisu/v3/urls.rb +++ b/lib/sisu/v3/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 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 |