summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
authorleo2000-12-29 12:43:33 +0000
committerleo2000-12-29 12:43:33 +0000
commit54170907d62114a2b49cbbe729b1a3eedfea3746 (patch)
tree1a944257ec82538fb4d78a17c7616d43892a78db /common/typedefs.h
parent0ca5979d14d78aec5a80d8d61dda822525774f1d (diff)
Save HTML dialog options
git-svn-id: http://svn.leocad.org/trunk@194 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/typedefs.h')
-rw-r--r--common/typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/typedefs.h b/common/typedefs.h
index 2cc007c..502ba49 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -246,7 +246,7 @@ typedef struct
bool images;
bool listend;
bool liststep;
- bool hilite;
+ bool highlight;
LC_IMAGEDLG_OPTS imdlg;
} LC_HTMLDLG_OPTS;