* src/ArgeHandler.py: Support for CODE for CLI mode.

* src/Plugins.py: Use 'text' instead of 'doc'.
* src/Report.py: Support for CODE reports.
* src/ReportOptions.py: Paper-setting methods for runtime.
* src/const.py.in: Label change.
* src/plugins/GraphViz.py: Convert to new scheme.


svn: r3867
This commit is contained in:
Alex Roitman
2005-01-05 05:56:33 +00:00
parent 40559041d3
commit c0f3a10147
7 changed files with 588 additions and 363 deletions

View File

@@ -892,10 +892,10 @@ CATEGORY_BOOK = 5
standalone_categories = {
CATEGORY_TEXT : _("Text Reports"),
CATEGORY_DRAW : _("Graphical Reports"),
CATEGORY_CODE : _("Code-generating Reports"),
CATEGORY_CODE : _("Code Generators"),
CATEGORY_WEB : _("Web Page"),
CATEGORY_VIEW : _("View"),
CATEGORY_BOOK : _("Book Reports"),
CATEGORY_BOOK : _("Books"),
}
book_categories = {