]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.h
gettext support, fast_start option, scons all, mingw bug fix and some cleanup for...
[lyx.git] / src / tex-strings.h
index b5e8233d9bb170eb1ef1fa8062087e0d505d1594..8ddb332a090b45ac934f8769e247a9d41bf7fdb5 100644 (file)
@@ -1,13 +1,14 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file tex-strings.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
+ * \author Jean-Marc Lasgouttes
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS.
+ */
 
 #ifndef TEX_STRINGS
 #define TEX_STRINGS
 // this file should perhaps be split into even smaler parts
 
 ///
-extern char const * string_paragraph_separation[];
-///
-extern char const * string_quotes_language[];
+extern char const * const string_paragraph_separation[];
 ///
-extern char const * string_papersize[];
+extern char const * const string_quotes_language[];
 ///
-extern char const * string_paperpackages[];
+extern char const * const string_papersize[];
 ///
-extern char const * string_orientation[];
+extern char const * const string_orientation[];
 ///
-extern char const * string_footnotekinds[];
+extern char const * const string_footnotekinds[];
 ///
-extern char const * string_align[];
+extern char const * const string_align[];
 
 // The following was moved from tex-defs.h to here, because tex-defs.h is
 // used all over. As it happens, that meant that these strings were included
 // 27 times in the object file. (Asger)
 
 ///
-extern char const * tex_graphics[];
+extern char const * const tex_graphics[];
 
 ///
-extern char const * tex_fonts[];
+extern char const * const tex_fonts[];
 
 #endif