]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.h
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / ModuleList.h
index 252ebfd0e59ef2c33db1ebb4e728eb42a35084de..b3327f7528caac7b78ca24bf790c866ec4a192c6 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Richard Heck
+ * \author Richard Kimberly Heck
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -52,7 +52,7 @@ public:
        LyXModule(std::string const & name, std::string const & id,
                  std::string const & description,
                  std::vector<std::string> const & packagelist,
-                 std::vector<std::string> const & requires,
+                         std::vector<std::string> const & required,
                  std::vector<std::string> const & excludes,
                  std::string const & catgy, bool const local);
        /// whether the required packages are available