|
From: Martin <ma...@sk...> - 2004-01-27 06:09:51
|
On Fri, 2004-01-23 at 19:37, Ulf-D. Ehlert wrote:
> Hello,
>=20
> Martin Skj=F6ldebrand [Freitag, 23. Januar 2004 07:22]:
> > I can't print from the opening report.
> > Choosing only theory table and printing to html gives this error.
> >
> > When will we see another update of Scid?
> >
[snip]
> Try this (didn't test it, but it *should* work...):
>=20
> --- scid-3.5/tcl/optable.tcl Wed Dec 17 22:04:08 2003
> +++ scid-3.5/tcl/optable.tcl Fri Jan 23 19:34:04 2004
> @@ -1090,7 +1090,7 @@
> set ::optable::_data(fmt) $fmt
> set r {}
> append r $::optable::_docStart($fmt)
> - set r [string map [list "\[OprepTitle\]" $tr(OprepTitle)] $r]
> + set r [string map [list "\[OprepTitle\]" $::tr(OprepTitle)] $r]
> append r [sc_report opening print]
> append r $::optable::_docEnd($fmt)
> return $r
Nope, didn't work.
Same error after make clean, make, make install.
/M.
--=20
Martin Skj=F6ldebrand
Family site: http://www.skjoldebrand.org
"Art" site: http://martoni.deviantart.com=20
Public key available at: http://wwwkeys.pgp.net
|