From 1fb9b7fceb4e531f6c0dcdb989584b329b5e5107 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 23 Mar 2001 21:36:41 +0000 Subject: 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 --- common/typedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/typedefs.h') 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; -- cgit v1.2.3