]> git.lyx.org Git - features.git/commitdiff
Fix comment.
authorRichard Heck <rgheck@comcast.net>
Fri, 11 Jan 2008 04:44:56 +0000 (04:44 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 11 Jan 2008 04:44:56 +0000 (04:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22488 a592a061-630c-0410-9148-cb99ea01b6c8

src/ModuleList.h

index e0e52f72ee572408ca32f3f372afe493d344ad58..2281a5d74c48c8d9e3ec2aef34880e4389d69a92 100644 (file)
@@ -57,7 +57,7 @@ private:
        std::string filename;
        /// a short description for use in the ui
        std::string description;
-       /// the LaTeX packages on which this depends, if any (not implemented)
+       /// the LaTeX packages on which this depends, if any
        std::vector<std::string> packageList;
        /// Modules this one requires: at least one
        std::vector<std::string> requiredModules;