summaryrefslogtreecommitdiff
path: root/common/typedefs.h
diff options
context:
space:
mode:
authorleo2002-10-11 03:03:52 +0000
committerleo2002-10-11 03:03:52 +0000
commitdf78d49b0fd34c50374485aa2c036780a0f7c073 (patch)
tree52f16687588c3d376bb93cff74d2ebe166d02a07 /common/typedefs.h
parent53ff9814cb691d8a6ee4415a77304d3a19f1d848 (diff)
Set default author when starting a new project.
git-svn-id: http://svn.leocad.org/trunk@307 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 234a4e3..4465812 100644
--- a/common/typedefs.h
+++ b/common/typedefs.h
@@ -283,6 +283,7 @@ typedef struct
{
int nMouse;
int nSaveInterval;
+ char strUser[101];
char strPath[LC_MAXPATH];
unsigned long nDetail;
float fLineWidth;