On 07/09/2011 3:20 PM, Tommaso Cucinotta wrote:
Il 07/09/2011 14:33, Julien Rioux ha scritto:
On 07/09/2011 12:13 AM, Tommaso Cucinotta wrote:
Any further suggested modification ?
Also, in configure.py, ODG and SXD are not very descriptive names.
Maybe "OpenOffice Drawing" for ODG. What's different with the sxd
extension?
I'm not that aware/expert of the fields in that configure.py. Sure, I'll
use better names.
AFAIK, ODG is from OpenOffice 2.0 forward, whilst SXD was for OpenOffice
1.0. But I'll search within the OO documentation.
T.
fields are internal name, extension, description, shortcut (one letter),
viewer, editor (not sure of the order of these two), then flags (vector,
document, menu=export)
so change ODG to "OpenOffice drawing" in the line below
rc_entry = [r'\Format odg odg ODG ""
"%%" "%%" "vector"'])
--
Julien