summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
authorleo2001-03-23 21:36:41 +0000
committerleo2001-03-23 21:36:41 +0000
commit1fb9b7fceb4e531f6c0dcdb989584b329b5e5107 (patch)
tree6770fb3a35bcc2213074a4162c4b91e5f15908f1 /common/typedefs.h
parent86a640b8111add87c17d95844896c4f34b7920da (diff)
Added an option to save HTML files with .html extension instead of .htm.
git-svn-id: http://svn.leocad.org/trunk@259 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/typedefs.h')
-rw-r--r--common/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index 96772ed..c595756 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -249,6 +249,7 @@ typedef struct
bool listend;
bool liststep;
bool highlight;
+ bool htmlext;
LC_IMAGEDLG_OPTS imdlg;
} LC_HTMLDLG_OPTS;