]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
use ParagraphList::iterator a bit more
[lyx.git] / src / lyxrc.h
index cf497b8af24e093d2dad02761134e82f8f00a032..532f00a6c427b9f2c979e44aec5842e35f997790 100644 (file)
@@ -1,21 +1,15 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file lyxrc.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
- *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef LYXRC_H
 #define LYXRC_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "bufferparams.h" // Just to get the enum BufferParams::PAPER_SIZE (sic)
 #include "graphics/GraphicsTypes.h"
 
@@ -127,6 +121,8 @@ enum LyXRCTags {
 #ifdef USE_PSPELL
        RC_USE_PSPELL,
 #endif
+       RC_USER_NAME,
+       RC_USER_EMAIL,
        RC_LAST
 };
 
@@ -357,6 +353,10 @@ enum LyXRCTags {
        bool preview_hashed_labels;
        ///
        float preview_scale_factor;
+       /// user name
+       string user_name;
+       /// user email
+       string user_email;
 
 private:
        /// Is a bind file already (or currently) read?