* src/docgen/CairoDoc.py (fontstyle_to_fontdescription): Fix deprecated
        warning.
        * src/ReportBase/_PaperMenu.py:
        * src/data/papersize.xml:
        Fix "C" and "D" paper size values.
        * src/const.py.in: Correct PAPERSIZE path constant.



svn: r9026
This commit is contained in:
Zsolt Foldvari
2007-09-28 12:24:27 +00:00
parent 88c35d8fa9
commit faaaf7e858
5 changed files with 17 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
<page name="B5" height="25.0" width="17.6"/>
<page name="B6" height="17.6" width="12.5"/>
<page name="B" height="43.18" width="27.94"/>
<page name="C" height="56.1" width="43.18"/>
<page name="D" height="86.36" width="56.1"/>
<page name="C" height="55.88" width="43.18"/>
<page name="D" height="86.36" width="55.88"/>
<page name="E" height="111.76" width="86.36"/>
</paper>