diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-01-23 21:26:20 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-01-23 21:26:20 -0500 |
commit | 0b38bae21a0d6f79696f84f86c31eb2b12828562 (patch) | |
tree | 4e6ac1bafaa2c6f4666f99f23f209bcca33330b3 /lib | |
parent | v3 v3dv: 3.1.12 & 3.2.0~pre version & changelog "opened" (diff) |
v3 v3dv: urls, odt maintenance path fix
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 |